[Source]
# File lib/open-uri.rb, line 282 282: def initialize(message, io) 283: super(message) 284: @io = io 285: end
[Validate]