examples/fuzface.rb in ruby-xslt-0.9.2 vs examples/fuzface.rb in ruby-xslt-0.9.3

- old
+ new

@@ -1,7 +1,7 @@ #!/usr/bin/ruby -w -require '../xslt' +require 'xml/xslt' xslt = XML::XSLT.new() xslt.xmlfile = "fuzface.xml" xslt.xslfile = "fuzface.xsl"