Method: Thor::Base::ClassMethods#attr_accessor
- Defined in:
- lib/thor/base.rb
#attr_accessor ⇒ Object
:nodoc:
107 108 109 |
# File 'lib/thor/base.rb', line 107 def attr_accessor(*) #:nodoc: no_tasks { super } end |
:nodoc:
107 108 109 |
# File 'lib/thor/base.rb', line 107 def attr_accessor(*) #:nodoc: no_tasks { super } end |