Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created October 4, 2012 01:29
Show Gist options
  • Save tsabat/3830977 to your computer and use it in GitHub Desktop.
Save tsabat/3830977 to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment