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