lib/nanoc/cli.rb in nanoc-4.4.4 vs lib/nanoc/cli.rb in nanoc-4.4.5

- old
+ new

@@ -17,21 +17,17 @@ autoload 'CleaningStream', 'nanoc/cli/cleaning_stream' autoload 'StreamCleaners', 'nanoc/cli/stream_cleaners' autoload 'ErrorHandler', 'nanoc/cli/error_handler' # @return [Boolean] true if debug output is enabled, false if not - # - # @since 3.2.0 def self.debug? @debug || false end # @param [Boolean] boolean true if debug output should be enabled, # false if it should not # # @return [void] - # - # @since 3.2.0 def self.debug=(boolean) @debug = boolean end # Invokes the Nanoc command-line tool with the given arguments.