class Spring::Commands::RailsConsole
def command_name
def command_name "console" end
def env(args)
def env(args) args.first if args.first && !args.first.index("-") end
def command_name "console" end
def env(args) args.first if args.first && !args.first.index("-") end