class Spring::Commands::Rails

def call

def call
  ARGV.unshift command_name
  load Dir.glob(::Rails.root.join("{bin,script}/rails")).first
end

def description

def description
  nil
end