# File lib/puppet/parser/lexer.rb, line 45
45:         def acceptable?(context={})
46:             # By default tokens are aceeptable in any context
47:             true 
48:         end