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