Skip to content

Instantly share code, notes, and snippets.

@Antti
Forked from wycats/irbrc.rb
Created June 3, 2010 13:26
Show Gist options
  • Save Antti/423881 to your computer and use it in GitHub Desktop.
Save Antti/423881 to your computer and use it in GitHub Desktop.
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