# File lib/json-schema/uri/uuid.rb, line 245 def to_int tmp = self.raw_bytes.unpack "C*" tmp.inject do |r, i| r * 256 | i end end