Guest User

Untitled

a guest
Dec 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.04 KB | None | 0 0
  1. class Numeric
  2.     def euros
  3.         self*2
  4.     end
  5. end
Add Comment
Please, Sign In to add comment