# File src/demos/text_demo_plugins/xform/Reverse.rb, line 9
  def xform(str)
    str.reverse
  end