Class: Nanoc::Int::Checksummer::UpdateBehavior Private
- Inherits:
-
Object
- Object
- Nanoc::Int::Checksummer::UpdateBehavior
- Defined in:
- lib/nanoc/base/checksummer.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
ArrayUpdateBehavior, BinaryContentUpdateBehavior, DataUpdateBehavior, DocumentUpdateBehavior, HashUpdateBehavior, NoUpdateBehavior, PathnameUpdateBehavior, RawUpdateBehavior, RescueUpdateBehavior, StringUpdateBehavior, ToIToSUpdateBehavior, ToSUpdateBehavior, UnwrapUpdateBehavior
Class Method Summary collapse
- .update(_obj, _digest) ⇒ Object private
Class Method Details
.update(_obj, _digest) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
94 95 96 |
# File 'lib/nanoc/base/checksummer.rb', line 94 def self.update(_obj, _digest) raise NotImpementedError end |