# File lib/open-uri.rb, line 518
    def open(*rest, &block)
      OpenURI.open_uri(self, *rest, &block)
    end