Skip to content

Instantly share code, notes, and snippets.

@tobyhede
Created May 27, 2010 07:24
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 tobyhede/415567 to your computer and use it in GitHub Desktop.
Save tobyhede/415567 to your computer and use it in GitHub Desktop.
class MyClass
def my_method
puts "Hello World"
end
end
---------------------------------------
#MyClass
#my_method
puts "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment