# File lib/rudy/cli/routines.rb, line 90 90: def shutdown_valid? 91: @rr = Rudy::Routines::Shutdown.new(@alias, @option, @argv) 92: @rr.raise_early_exceptions 93: true 94: end