lib/nanoc/cli/command_runner.rb in nanoc-4.4.1 vs lib/nanoc/cli/command_runner.rb in nanoc-4.4.2

- old
+ new

@@ -63,14 +63,7 @@ # # @see Nanoc::CLI.debug? def debug? Nanoc::CLI.debug? end - - protected - - # @return [Array] The compilation stack. - def stack - (site && site.compiler.stack) || [] - end end end