Sha256: 2da0f40a4c1a0025e51bd2f0ed95a4d930e707d60db227f7d523e83881008ff7

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

# This file loads libxml and adds the LibXML namespace
# to the toplevel for conveneience. The end result
# is to have XML:: universally exposed.
#
# It is recommend that you only load this file for libs
# that do not have their own namespace, eg. administrative
# scripts, personal programs, etc. For other applications
# require 'libxml' instead and include LibXML into your 
# app/libs namespace.

require 'libxml'

include LibXML

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
libxml-jruby-modified-1.0.2-jruby lib/xml.rb
libxml-jruby-modified-1.0.1-jruby lib/xml.rb
libxml-fixed-jruby-1.0.0-jruby lib/xml.rb
libxml-jruby-fixed-1.0.0-jruby lib/xml.rb
libxml-jruby-1.0.0 lib/xml.rb