In Files

Parent

Methods

OpenURI::HTTPError

Attributes

io[R]

Public Class Methods

new(message, io) click to toggle source
                
# File open-uri.rb, line 351
def initialize(message, io)
  super(message)
  @io = io
end
blog comments powered by Disqus