module Thor::Shell

def shell=(shell)


Sets the shell for this thor class.
def shell=(shell)
  @shell = shell
end