# File lib/plucky/query.rb, line 194 def [](key) key = symbolized_key(key) source = hash_for_key(key) source[key] end