class Rouge::Lexers::RML

def self.arithmetic_keywords

def self.arithmetic_keywords
  @arithmetic_keywords ||= Set.new %w(
    abs sin cos tan min max
  )
end