Basic skeleton app & lib, throws a window up

This commit is contained in:
2014-05-05 22:03:24 -07:00
parent c5fd4f6fb1
commit 46e99f766d
9 changed files with 113 additions and 32 deletions

3
bin/tailor Normal file
View File

@@ -0,0 +1,3 @@
require 'tailor'
Tailor::GUI::Application.new.main_loop()