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