module Xmlhash

Constants

VERSION

Public Class Methods

parse(str) click to toggle source
# File lib/xmlhash.rb, line 67
def self.parse(str)
  @@mutex ||= Mutex.new
  @@mutex.synchronize { parse_int(str) }
end