new(message, io)
No documentation available.
# File lib/open-uri.rb, line 382 def initialize(message, io) super(message) @io = io end