Method: Shell::Initializer#should_exit?

Defined in:
lib/crane/shell_initializer.rb

#should_exit?Boolean

Returns:



26
27
28
# File 'lib/crane/shell_initializer.rb', line 26

def should_exit?
  return false || true unless @command
end