Created
June 27, 2009 18:34
-
-
Save bhenderson/137075 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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