Guest User

Untitled

a guest
May 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class Gongo
  2. def self.[](v)
  3. return v*3
  4. end
  5. end
  6.  
  7. puts Gongo["du"]
  8.  
  9. #
  10. # % ruby gongo.rb
  11. # dududu
  12. #
Add Comment
Please, Sign In to add comment