Skip to content

Instantly share code, notes, and snippets.

@scudco
Created April 27, 2009 01:48
Show Gist options
  • Save scudco/102280 to your computer and use it in GitHub Desktop.
Save scudco/102280 to your computer and use it in GitHub Desktop.
class Foo
define_method("foo bar baz") do
p "lol methods with spaces m i rite?"
end
end
Foo.new.send("foo bar baz")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment