Method: Caty::Task#parse!

Defined in:
lib/caty/task.rb

#parse!(args) ⇒ Object

Tries to remove the options defined for this task from the args array.

Returns an OpenHash containing the retrieved options.



34
35
36
37
# File 'lib/caty/task.rb', line 34

def parse!( args )
    @args = args
    @options.grep!(args)
end