Skip to content

Instantly share code, notes, and snippets.

@gregawoods
Created April 23, 2014 19:35
Show Gist options
  • Save gregawoods/11229374 to your computer and use it in GitHub Desktop.
Save gregawoods/11229374 to your computer and use it in GitHub Desktop.
class Foo
end
Foo.send(:define_method, "💩") do
puts "Hello, World!"
end
f = Foo.new()
f.send(:💩)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment