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