class Hashie::Rash

def [](key)


Return the first thing that matches the key.
def [](key)
  all(key).first
end