Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2.  
  3. class ClockRadio
  4. @@on = self.instance_method(:on!)
  5.  
  6. def on_and_on
  7. @@on.bind(self).call
  8. @display_time = true
  9. end
  10.  
  11. def display_time?
  12. @display_time
  13. end
  14. end
Add Comment
Please, Sign In to add comment