Skip to content

Instantly share code, notes, and snippets.

@mikel
Forked from wycats/irbrc.rb
Created June 3, 2010 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikel/423290 to your computer and use it in GitHub Desktop.
Save mikel/423290 to your computer and use it in GitHub Desktop.

Thu Jun 3 01:26:47 UTC 2010 Mikel Lindsaar <mikel@rubyx.com>

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment