catsay
catsay copied to clipboard
condense into a single file
It would be great if catsay could be condensed into a single file making it more portable.
Ways of achieving this:
- Manually edit source code, include catfiles in
__DATA__
. - Write a script or Rake tasks that does the same as (1).
EDIT: look into how Sinatra includes multiple templates in __DATA__
using @@
. Here we go.