class WebMock::BodyPattern

def empty_string?(string)

def empty_string?(string)
  string.nil? || string == ""
end