lib/nanoc/cli/command_runner.rb in nanoc-4.8.17 vs lib/nanoc/cli/command_runner.rb in nanoc-4.8.18
- old
+ new
@@ -18,10 +18,9 @@
# @return [Boolean] true if the current working directory is a Nanoc site
# directory, false otherwise
def in_site_dir?
Nanoc::Int::SiteLoader.cwd_is_nanoc_site?
end
- alias is_in_site_dir? in_site_dir?
def self.find_site_dir
start_here = Dir.pwd
here = start_here