Method: XSD::NS#each_ns
- Defined in:
- lib/xsd/ns.rb
#each_ns ⇒ Object
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 |
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 |