# File lib/bundler/ruby_version.rb, line 73
    def engine
      if defined?(RUBY_ENGINE)
        RUBY_ENGINE
      else
        # not defined in ruby 1.8.7
        "ruby"
      end
    end