The ‘application’ class, this is basically the controller which decides what to do then executes.
87 88 89 90 91
# File 'lib/sake.rb', line 87 def initialize(args) @args = args Rake.application Rake.application.options.silent = true end