Skip to content

Instantly share code, notes, and snippets.

@schneems
Created December 1, 2011 04:57
Show Gist options
  • Save schneems/1413786 to your computer and use it in GitHub Desktop.
Save schneems/1413786 to your computer and use it in GitHub Desktop.
module Foo
def self.Bar
puts "woot"
end
Bar = self.Bar
end
Foo::Bar # => "woot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment