Method: Thor::Shell#shell=

Defined in:
lib/thor/shell.rb

#shell=(shell) ⇒ Object

Sets the shell for this thor class.



49
50
51
# File 'lib/thor/shell.rb', line 49

def shell=(shell)
  @shell = shell
end