# File lib/puppet/parser/lexer.rb, line 360 360: def indefine? 361: if defined?(@indefine) 362: @indefine 363: else 364: false 365: end 366: end