Method: Bundler::Thor::Base::ClassMethods#attr_accessor

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

#attr_accessorObject

:nodoc:


162
163
164
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 162

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