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

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

#attr_accessorObject

:nodoc:



133
134
135
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 133

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