# File lib/extlib/virtual_file.rb, line 6 def initialize(string, path) super(string) @path = path end