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