# File lib/mustache/context.rb, line 72
    def has_key?(key)
      !!fetch(key)
    rescue ContextMiss
      false
    end