Guest User

Untitled

a guest
Jan 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. class Human
  2. attr_reader :smart
  3.  
  4. def initialize
  5. @smart = (rand == rand)
  6. end
  7. end
Add Comment
Please, Sign In to add comment