Method: Rake::Application#options

Defined in:
lib/rake/application.rb

#optionsObject

Application options from the command line



135
136
137
# File 'lib/rake/application.rb', line 135

def options
  @options ||= OpenStruct.new
end