lib/helpers.rb in forj-0.0.43 vs lib/helpers.rb in forj-0.0.44

- old
+ new

@@ -49,12 +49,8 @@ return true end false end - def ensure_dir_exists(path) - if not dir_exists?(path) - FileUtils.mkpath(path) if not File.directory?(path) - end - end + end