Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Foo; end
  2. Foo.define_singleton_method :"hello world", ->{ puts "Hello, world!" }
  3. Foo.__send__ :"hello world"
  4. # => Hello, world!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement