Thu Jun 3 01:26:47 UTC 2010 Mikel Lindsaar <[email protected]>¶ ↑
-
Removed unnecessary “-” from <<- call
Removed unnecessary “-” from <<- call
module Matz | |
def self.included(*) | |
puts <<MATZ | |
Simplicity is NOT a Goal | |
------------------------ | |
Things too simple are difficult | |
Things too complex are difficult | |
Human thoughts are not simple | |
Programs are essentially complex | |
Combination of simple concepts can be complex very easily | |
MATZ | |
end | |
end |