# File lib/open-uri.rb, line 525 def read(options={}) self.open(options) {|f| str = f.read Meta.init str, f str } end