lib/nanoc/cli/command_runner.rb in nanoc-3.6.2 vs lib/nanoc/cli/command_runner.rb in nanoc-3.6.3

- old
+ new

@@ -62,17 +62,17 @@ print "Loading site data… " self.site.load puts "done" end - protected - # @return [Boolean] true if debug output is enabled, false if not # # @see Nanoc::CLI.debug? def debug? Nanoc::CLI.debug? end + + protected # Sets the data source's VCS to the VCS with the given name. Does nothing # when the site's data source does not support VCSes (i.e. does not # implement #vcs=). #