Skip to content

Instantly share code, notes, and snippets.

@reinh
Created May 13, 2010 19:15
Show Gist options
  • Save reinh/400283 to your computer and use it in GitHub Desktop.
Save reinh/400283 to your computer and use it in GitHub Desktop.
module Foo
def initialize(*args)
p args
end
end
class Bar
include Foo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment