Sha256: 74692557dec0dc06c7f072dfc5ae6cc4baa481688078e53aa80f9b67e1d11617
Contents?: true
Size: 435 Bytes
Versions: 38
Compression:
Stored size: 435 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
38 entries across 38 versions & 3 rubygems