# File lib/Borges/TestCase/ExtensionsTest.rb, line 11
  def print(obj)
    str = ''
    obj.print_html_on str
    return str
  end