Object
# File lib/xsd/ns.rb, line 26 26: def initialize(known_tag) 27: @known_tag = known_tag.dup 28: @count = 0 29: end
# File lib/xsd/ns.rb, line 31 31: def assign(ns) 32: if @known_tag.key?(ns) 33: return @known_tag[ns] 34: end 35: @count += 1 36: "n#{@count}" 37: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.