From 7e00404df0493724f1eca96d7e9989e7abdf5fd8 Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Thu, 1 Jul 2010 14:59:12 -0400 Subject: Adds new formula: boxes http://boxes.thomasjensen.com/ /* _\|/_ (o o) +----oOO-{_}-OOo----+ | boxes draws any | | kind of boxes | | around your text! | +------------------*/ A simple text filter that will add boxes of ASCII text around the filtered text. Signed-off-by: Adam Vandenberg --- Library/Formula/boxes.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/boxes.rb (limited to 'Library/Formula/boxes.rb') diff --git a/Library/Formula/boxes.rb b/Library/Formula/boxes.rb new file mode 100644 index 000000000..3e23e93b2 --- /dev/null +++ b/Library/Formula/boxes.rb @@ -0,0 +1,21 @@ +require 'formula' + +class Boxes