686 687 688 689 690
# File 'lib/hikidoc.rb', line 686 def preformatted(str) @f.print "<pre>" @f.print str @f.puts "</pre>" end