Method: XSD::NS#each_ns

Defined in:
lib/xsd/ns.rb

#each_nsObject



158
159
160
161
162
# File 'lib/xsd/ns.rb', line 158

def each_ns
  @ns2tag.each do |ns, tag|
    yield(ns, tag)
  end
end