class Spring::Commands::RailsConsole
Public Instance Methods
command_name()
click to toggle source
# File lib/spring/commands/rails.rb, line 19 def command_name "console" end
env(args)
click to toggle source
# File lib/spring/commands/rails.rb, line 15 def env(args) args.first if args.first && !args.first.index("-") end