# File lib/puppet/parser/lexer.rb, line 49
49:     def acceptable?(context={})
50:       # By default tokens are aceeptable in any context
51:       true
52:     end