lib/gator/util.rb in gator-0.0.7.pre vs lib/gator/util.rb in gator-0.0.8.pre
- old
+ new
@@ -1,9 +1,7 @@
require "thor/util"
module Gator
class Util
- # Returns the root where thor files are located, dependending on the OS.
- #
def self.gator_root
File.join(Thor::Util.user_home, ".gator").gsub(/\\/, '/')
end
def self.project_template_root
\ No newline at end of file