Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created October 31, 2011 17:57
Show Gist options
  • Select an option

  • Save dreamr/1328171 to your computer and use it in GitHub Desktop.

Select an option

Save dreamr/1328171 to your computer and use it in GitHub Desktop.
main_class = MainClass.new
main_class.extend(MixInA)
class << main_class; undef :say_hello; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment