# File lib_wpm/wpm.rb, line 31 def [](prefix) @stack.reverse_each do |ns_map| if (ns_map.include? prefix) then return ns_map[prefix] end end nil end