# File lib/rouge/lexers/puppet.rb, line 24
      def self.constants
        @constants ||= Set.new %w(
          false true undef
        )
      end