Method: Bundler::UI::Silent#shell=

Defined in:
lib/bundler/ui/silent.rb

#shell=(value) ⇒ Object (writeonly)

Sets the attribute shell

Parameters:

  • value

    the value to set the attribute shell to.

[View source]

6
7
8
# File 'lib/bundler/ui/silent.rb', line 6

def shell=(value)
  @shell = value
end