Method: Bundler::Thor::Base::ClassMethods#attr_writer

Defined in:
lib/bundler/vendor/thor/lib/thor/base.rb

#attr_writerObject

:nodoc:

[View source]

158
159
160
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 158

def attr_writer(*) #:nodoc:
  no_commands { super }
end