Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class Ruby
  2.  
  3. def Ruby.background_is? color
  4. color == :black
  5. end
  6.  
  7. def Ruby.is_green?
  8. editor_background == :black
  9. end
  10.  
  11. end
  12.  
  13. Ruby.is_green? #true
  14. Ruby.editor_background #black
Add Comment
Please, Sign In to add comment