# File lib/parslet/atoms/context.rb, line 7 def initialize @cache = Hash.new { |h, k| h[k] = {} } end