ÿØÿÛC  ÿØÿÛC  new (Rack::Lock)
# File lib/rack/lock.rb, line 10
    def initialize(app, mutex = Mutex.new)
      @app, @mutex = app, mutex
    end