Skip to content

Instantly share code, notes, and snippets.

@bguthrie
Created March 27, 2009 17:44
Show Gist options
  • Save bguthrie/86798 to your computer and use it in GitHub Desktop.
Save bguthrie/86798 to your computer and use it in GitHub Desktop.
irb(main):003:0> "".method(:to_widget)
=> #<Method: String#to_widget>
irb(main):003:0> "".method(:to_widget)
=> #<Method: String#to_widget>
irb(main):003:0> "".method(:to_widget)
=> #<Method: String(StringExtensions)#to_widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment