Method: Wicket::Command#arguments

Defined in:
lib/wicket/command.rb

#argumentsObject



59
60
61
# File 'lib/wicket/command.rb', line 59

def arguments
  self.class::ARG_LIST.each_with_object({},&arg_maker)
end