lib/kite/base.rb in kite-0.0.6 vs lib/kite/base.rb in kite-0.0.7
- old
+ new
@@ -1,5 +1,10 @@
+# Base class including all Thor-related configuration
class Kite::Base < Thor
include Thor::Actions
+
+ def self.source_root
+ File.expand_path(File.join(File.dirname(__FILE__), "../../tpl"))
+ end
end