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


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

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