# File lib/rgen/instantiator/nodebased_xml_instantiator.rb, line 72 def instantiate_file(file) File.open(file) { |f| parse(f.read)} resolve end