Method: Thor::Base::ClassMethods#attr_reader
- Defined in:
- lib/thor/base/class_methods.rb
#attr_reader ⇒ Object
Mixin Methods
(Which become class methods on includers of Thor::Base)
48 49 50 |
# File 'lib/thor/base/class_methods.rb', line 48 def attr_reader(*) #:nodoc: no_commands { super } end |