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