lib/nanoc/base/compilation/outdatedness_reasons.rb in nanoc-3.8.0 vs lib/nanoc/base/compilation/outdatedness_reasons.rb in nanoc-4.0.0a1

- old
+ new

@@ -1,8 +1,10 @@ # encoding: utf-8 -module Nanoc +module Nanoc::Int # Module that contains all outdatedness reasons. + # + # @api private module OutdatednessReasons # A generic outdatedness reason. An outdatedness reason is basically a # descriptive message that explains why a given object is outdated. class Generic # @return [String] A descriptive message for this outdatedness reason