method
new
new(message, io)
public
Hide source
# File lib/open-uri.rb, line 358 def initialize(message, io) super(message) @io = io end