Sha256: 0a2b04e5e8228a65ab517762c778ae24b8523fbf7ebdbe21a836f67d76945646
Contents?: true
Size: 187 Bytes
Versions: 1
Compression:
Stored size: 187 Bytes
Contents
# we need this or what follows it complains require 'uri/generic' module URI class NI < Generic VERSION = "0.1.0" end # might as well put this here @@schemes['NI'] = NI end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uri-ni-0.1.0 | lib/uri/ni/version.rb |