class Rouge::Lexers::RML
def self.arithmetic_keywords
def self.arithmetic_keywords @arithmetic_keywords ||= Set.new %w( abs sin cos tan min max ) end
def self.keywords
def self.keywords @keywords ||= Set.new %w( matches not with empty all if else true false ) end