Skip to content

Instantly share code, notes, and snippets.

@latentflip
Created April 28, 2011 15:08
Show Gist options
  • Save latentflip/946532 to your computer and use it in GitHub Desktop.
Save latentflip/946532 to your computer and use it in GitHub Desktop.
#Loaded from somewhere
module MyStuff
def my_method
puts 'hello'
end
end
if "irb" == $0
include MyStuff
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment