# File lib/rouge/lexers/coffeescript.rb, line 26
      def self.constants
        @constants ||= Set.new %w(
          true false yes no on off null NaN Infinity undefined
        )
      end