Method: OpenURI::Meta#status

Defined in:
lib/open-uri.rb

#statusObject

returns an Array that consists of status code and message.



421
422
423
# File 'lib/open-uri.rb', line 421

def status
  @status
end