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