# File lib/hashery/stash.rb, line 58
  def include?(key)
    super(convert_key(key))
  end