Guest User

Untitled

a guest
Jun 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. estagiario:
  2.  
  3. def human_code
  4. return "" unless code
  5. return "" if code == ""
  6. FORMATTED[code]
  7. end
  8.  
  9.  
  10. plausivel:
  11.  
  12. def human_code
  13. FORMATTED[code] || ""
  14. end
Add Comment
Please, Sign In to add comment