Sha256: bc3eb1485b900c77bff7828c605a9a8bb58bdbf270e5b002845f3b76d6482bce
Contents?: true
Size: 355 Bytes
Versions: 40
Compression:
Stored size: 355 Bytes
Contents
# encoding: UTF-8 # To make testing/debugging easier, test within this source tree versus an installed gem dir = File.dirname(__FILE__) root = File.expand_path(File.join(dir, '..')) lib = File.expand_path(File.join(root, 'lib')) ext = File.expand_path(File.join(root, 'ext', 'libxml')) $LOAD_PATH << lib $LOAD_PATH << ext require 'xml'
Version data entries
40 entries across 40 versions & 1 rubygems