# File lib/subexec.rb, line 53
  def run!
    if RUBY_VERSION >= '1.9'
      spawn
    else
      exec
    end
  end