Class Nanoc::OutdatednessReasons::Generic
In: lib/nanoc/base/compilation/outdatedness_reasons.rb
Parent: Object

A generic outdatedness reason. An outdatedness reason is basically a descriptive message that explains why a given object is outdated.

Methods

new  

Attributes

message  [R]  @return [String] A descriptive message for this outdatedness reason

Public Class methods

@param [String] message The descriptive message for this outdatedness

  reason

[Validate]