Skip to content

Instantly share code, notes, and snippets.

@jarodl
Created February 26, 2010 23:20
Show Gist options
  • Save jarodl/316308 to your computer and use it in GitHub Desktop.
Save jarodl/316308 to your computer and use it in GitHub Desktop.
module MyModule
def self.hello
puts "hello"
end
end
MyModule.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment