Skip to content

Instantly share code, notes, and snippets.

@yewreeka
Created February 26, 2010 23:20
Show Gist options
  • Select an option

  • Save yewreeka/316308 to your computer and use it in GitHub Desktop.

Select an option

Save yewreeka/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