From 9c2a60486f469bba1681ec1738851e10663e08a0 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 01:44:05 +0200 Subject: [PATCH] Added about class. --- lib/qasim/about.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/qasim/about.rb diff --git a/lib/qasim/about.rb b/lib/qasim/about.rb new file mode 100644 index 0000000..0586adb --- /dev/null +++ b/lib/qasim/about.rb @@ -0,0 +1,8 @@ + +require 'qasim/ui/about_ui' + +module Qasim + class AboutUi < Ui::About + + end +end