# File lib/new_relic/control/frameworks/ruby.rb, line 10
        def env
          @env ||= ENV['NEW_RELIC_ENV'] || ENV['RUBY_ENV'] ||
                   ENV['RAILS_ENV']     || ENV['RACK_ENV'] || 'development'
        end