Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class String
  2. def to_magic_via_abracadabra
  3. return true if self == "true"
  4. return false
  5. end
  6. end
Add Comment
Please, Sign In to add comment