module Rouge::Lexers::ObjectiveCCommon

def at_builtins

def at_builtins
  @at_builtins ||= %w(true false YES NO)
end