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