Skip to content

Instantly share code, notes, and snippets.

@henrik
Created March 17, 2012 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrik/be3485dde76c0da72a00 to your computer and use it in GitHub Desktop.
Save henrik/be3485dde76c0da72a00 to your computer and use it in GitHub Desktop.
class SomeClass
def initialize(foo)
define_singleton_method(:hello) { foo }
end
end
puts SomeClass.new("yo").hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment