# File lib/puppet/parser/lexer.rb, line 322 322: def indefine? 323: if defined? @indefine 324: @indefine 325: else 326: false 327: end 328: end