class Rouge::Lexers::Puppet

def self.constants

def self.constants
  @constants ||= Set.new %w(
    false true undef
  )
end