Method: Thor::Base::ClassMethods#arguments

Defined in:
lib/thor/base.rb

#argumentsObject

Returns this class arguments, looking up in the ancestors chain.

Returns

Array



189
190
191
# File 'lib/thor/base.rb', line 189

def arguments
  @arguments ||= from_superclass(:arguments, [])
end