Hi there,
Any body know how to have Output Buffering in ruby (like in http://www.php.net/manual/en/ref.outcontrol.php). This is usefull for Website application.
Regards
Eko
Hi there,
Any body know how to have Output Buffering in ruby (like in http://www.php.net/manual/en/ref.outcontrol.php). This is usefull for Website application.
Regards
Eko
Any body know how to have Output Buffering in ruby (like in =
http://www.php.net/manual/en/ref.outcontrol.php\). This is usefull for =
Website application.
Look at StringIO
http://www.ruby-lang.org/en/raa-list.rhtml?id=460
Guy Decoux