Sha256: a32e5a8c1959a4a6971e67ef3c782d55495822d501272ace765ff7fc411c84c1
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
# $Id: libxml.rb 374 2008-07-11 04:51:41Z cfis $ module LibXML module XML class Parser class Context def options warn("ParserContext#options has been removed from the bindings") end def options=(value) warn("ParserContext#options has been removed from the bindings") end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems