Method: Rake::Application#options

Defined in:
lib/rake/application.rb

#optionsObject

Application options from the command line



137
138
139
# File 'lib/rake/application.rb', line 137

def options
  @options ||= OpenStruct.new
end