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

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

#attr_writerObject

:nodoc:



129
130
131
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 129

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