Sha256: 748d59d8707e0999745315e88d53a287fa31d3ef1c902162353d0af31b2c009c
Contents?: true
Size: 223 Bytes
Versions: 72
Compression:
Stored size: 223 Bytes
Contents
# encoding: UTF-8 module LibXML module XML class Attributes def to_h inject({}) do |hash, attr| hash[attr.name] = attr.value hash end end end end end
Version data entries
72 entries across 72 versions & 1 rubygems