class WebMock::BodyPattern
def url_encoded_body?(content_type)
def url_encoded_body?(content_type) content_type =~ %r{^application/x-www-form-urlencoded} end
def url_encoded_body?(content_type) content_type =~ %r{^application/x-www-form-urlencoded} end