Sha256: 47178a95090ca36b486f598f6165a87eaf1bf2c1d8d16ac42eec69b4b004928e
Contents?: true
Size: 464 Bytes
Versions: 54
Compression:
Stored size: 464 Bytes
Contents
# encoding: UTF-8 # 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
54 entries across 54 versions & 1 rubygems