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