# File lib/merb-core.rb, line 534
    def bundled?
      $BUNDLE || ENV.key?("BUNDLE")
    end