[Source]
# File open-uri.rb, line 203 def initialize(message, io) super(message) @io = io end
[Validate]