From c8ba902bc93365937e0ffa224f199922ef08d189 Mon Sep 17 00:00:00 2001 From: Stormwind Date: Mon, 23 Feb 2015 22:12:26 +0100 Subject: [PATCH] Add (still empty) base class for Rubella::Output --- lib/rubella/output/base.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/rubella/output/base.rb diff --git a/lib/rubella/output/base.rb b/lib/rubella/output/base.rb new file mode 100644 index 0000000..841d91f --- /dev/null +++ b/lib/rubella/output/base.rb @@ -0,0 +1,8 @@ +module Rubella + module Output + + class Base + end + + end +end \ No newline at end of file