class Rouge::Lexers::ObjectiveC
Public Class Methods
at_builtins()
click to toggle source
# File lib/rouge/lexers/objective_c.rb, line 24 def self.at_builtins @at_builtins ||= %w(true false YES NO) end
at_keywords()
click to toggle source
# File lib/rouge/lexers/objective_c.rb, line 16 def self.at_keywords @at_keywords ||= %w( selector private protected public encode synchronized try throw catch finally end property synthesize dynamic optional interface implementation import ) end
builtins()
click to toggle source
# File lib/rouge/lexers/objective_c.rb, line 28 def self.builtins @builtins ||= %w(YES NO nil) end