# File lib/em-http/mock.rb, line 43 def self.register(uri, method, data) method = method.to_s.upcase @@registry[uri][method] = data end