Skip to content

Instantly share code, notes, and snippets.

@bhenderson
Created June 27, 2009 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenderson/137075 to your computer and use it in GitHub Desktop.
Save bhenderson/137075 to your computer and use it in GitHub Desktop.
class Myclass
#do some stuff
end
exit # I want to load this file into irb, but not actually run the below code. but exit quits irb
foo = Myclass.new
foo.poop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment