Method: Rake::TaskArguments#method_missing

Defined in:
lib/rake/task_arguments.rb

#method_missing(sym, *args) ⇒ Object

Returns the value of the given argument via method_missing



65
66
67
# File 'lib/rake/task_arguments.rb', line 65

def method_missing(sym, *args)
  lookup(sym.to_sym)
end