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