class Rouge::Lexers::Coffeescript

def self.constants

def self.constants
  @constants ||= Set.new %w(
    true false yes no on off null NaN Infinity undefined
  )
end