Method: Bundler::UI::Shell#shell=

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

#shell=(value) ⇒ Object (writeonly)

Sets the attribute shell

Parameters:

  • value

    the value to set the attribute shell to.



11
12
13
# File 'lib/bundler/ui/shell.rb', line 11

def shell=(value)
  @shell = value
end