# File lib/puppet/parser/ast/leaf.rb, line 22
22:         def match(value)
23:             @value == value
24:         end