Method: Bundler::Thor::Base::ClassMethods#arguments
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
permalink #arguments ⇒ Object
293 294 295 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 293 def arguments @arguments ||= from_superclass(:arguments, []) end |