# File lib/em-http/mock.rb, line 48
    def self.register_file(uri, method, file)
      register(uri, method, File.read(file))
    end