Skip to content

Instantly share code, notes, and snippets.

@maasha
Created June 11, 2015 12:29
Show Gist options
  • Save maasha/57826c5e54b6b8852c1b to your computer and use it in GitHub Desktop.
Save maasha/57826c5e54b6b8852c1b to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
module Foo
def hello
puts "hi"
end
end
module Bar
class MyClass
end
end
# Include Foo in MyClass here
Bar::MyClass.new.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment