# File lib/webmock/response.rb, line 51 def status=(status) @status = status.is_a?(Integer) ? [status, ""] : status end