Method: Bundler::Thor::Base::ClassMethods#arguments

Defined in:
lib/bundler/vendor/thor/lib/thor/base.rb

#argumentsObject

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

Returns

Array



238
239
240
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 238

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