Method: Thor::Base::ClassMethods#attr_reader
- Defined in:
- lib/thor/base.rb
permalink #attr_reader ⇒ Object
:nodoc:
154 155 156 |
# File 'lib/thor/base.rb', line 154 def attr_reader(*) #:nodoc: no_commands { super } end |
:nodoc:
154 155 156 |
# File 'lib/thor/base.rb', line 154 def attr_reader(*) #:nodoc: no_commands { super } end |