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