code()
Returns a String to ensure compatibility with Net::HTTPResponse
# File actionpack/lib/action_dispatch/http/response.rb, line 92 def code @status.to_s end