Method: Thor::Shell#shell=

Defined in:
lib/wip/vendor/thor/shell.rb

#shell=(shell) ⇒ Object

Sets the shell for this thor class.



58
59
60
# File 'lib/wip/vendor/thor/shell.rb', line 58

def shell=(shell)
  @shell = shell
end