Sha256: f9aaae0300cceaef655b4ef708cf93a15f9a3f44212b23339f6c12dc576db6d4
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
# this is here because it reasonable to expect a *class* in the # namespace called UUID, so if you say `module UUID; module NCName`, # it will croak with a "TypeError: UUID is not a module". unless Module.const_defined? 'UUID' module UUID; end end module UUID::NCName VERSION = "0.3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uuid-ncname-0.3.0 | lib/uuid/ncname/version.rb |