Method: OpenURI::Meta#status

Defined in:
lib/open-uri.rb

#statusObject

returns an Array that consists of status code and message.



471
472
473
# File 'lib/open-uri.rb', line 471

def status
  @status
end