Method: Bundler::UI::Silent#shell=
- Defined in:
- lib/bundler/ui/silent.rb
permalink #shell=(value) ⇒ Object (writeonly)
Sets the attribute shell
6 7 8 |
# File 'lib/bundler/ui/silent.rb', line 6 def shell=(value) @shell = value end |