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

6
lib/tailor.rb Normal file
View File

@@ -0,0 +1,6 @@
require "tailor/version"
require "tailor/GUI"
module Tailor
# Your code goes here...
end