# File lib/em-http/mock.rb, line 9 def self.build(uri, method, headers) new(uri, method.to_s.upcase, headers || {}) end