# File lib/json-schema/uri/file.rb, line 30 def open(*rest, &block) ::File.open(self.path, *rest, &block) end