Guest User

Untitled

a guest
May 27th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. module Matz
  2. def self.included(*)
  3. puts <<MATZ
  4. Simplicity is NOT a Goal
  5. ------------------------
  6.  
  7. Things too simple are difficult
  8.  
  9. Things too complex are difficult
  10.  
  11. Human thoughts are not simple
  12.  
  13. Programs are essentially complex
  14.  
  15. Combination of simple concepts can be complex very easily
  16. MATZ
  17. end
  18. end
Add Comment
Please, Sign In to add comment