# File lib/ritex/mathml/functions.rb, line 10
  def map_chars
    ret = ""
    each_byte { |b| ret += yield b.chr }
    ret
  end