# File lib/needle/container.rb, line 378 def method_missing( sym, *args ) if knows_key?( sym ) get( sym, *args ) else super end end