Method: Bundler::Thor::Base::ClassMethods#attr_writer
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
#attr_writer ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 129 def attr_writer(*) #:nodoc: no_commands { super } end |