Belorion <belorion / gmail.com> wrote:
> 
> That's tough luck for me then.  I have a significantly large rhtml
> project that uses lots of puts and print because that works fine in
> Apache/eRuby/mod_ruby.  Guess I have a lot of busy work ahead of me,
> changing all my puts/prints to <%= "" %> if I want to support Webrick
> serving.  Thanks for the help!

Would simply overriding 'puts' and 'print' to return what they print
work? That way you only need to change <% to <%= .

martin