To test this out, do the following
Make the directory structure
cd /tmp
mkdir -p duder/bloink
echo "puts 'i am in duder/man'" > duder/man.rb
cd duder
Then, from within duder
, do this:
irb
That'll bring up an interactive ruby interpreter. You can try out all the stuff above.