# File lib/hashery/stash.rb, line 16
  def [](key)
    super(convert_key(key))
  end