Holds the shell for the given Thor instance. If no shell is given, it gets a default shell from Thor::Base.shell.
53 54 55
# File 'lib/wtch/vendor/thor/shell.rb', line 53 def shell @shell ||= Thor::Base.shell.new end