[Source]
# File lib/open-uri.rb, line 292 292: def initialize(message, io) 293: super(message) 294: @io = io 295: end
[Validate]