class Rake::Application

def options

Application options from the command line
def options
  @options ||= OpenStruct.new
end