Skip to content

Instantly share code, notes, and snippets.

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