File: libxml_test.rb

package info (click to toggle)
libxml-ruby 0.5.2.0-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 875
  • sloc: ansic: 5,874; ruby: 1,524; xml: 144; makefile: 9
file content (3 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
$LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../ext")
require "xml/libxml_so" unless defined?(XML)
puts "VERSION: #{XML::Parser::VERSION}"