class Rouge::Lexers::Apex

def self.constants

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