Module: Xmlhash
- Defined in:
- lib/xmlhash.rb,
ext/xmlhash/xmlhash.c
Defined Under Namespace
Classes: XMLHash
Constant Summary collapse
- VERSION =
'1.3.7'
Class Method Summary collapse
Class Method Details
.parse(str) ⇒ Object
67 68 69 70 |
# File 'lib/xmlhash.rb', line 67 def self.parse(str) @@mutex ||= Mutex.new @@mutex.synchronize { parse_int(str) } end |