Class: Nanoc::Int::Checksummer::BinaryContentUpdateBehavior Private
- Inherits:
-
UpdateBehavior
- Object
- UpdateBehavior
- Nanoc::Int::Checksummer::BinaryContentUpdateBehavior
- 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.
Class Method Summary collapse
Class Method Details
.update(obj, _digest) {|Pathname.new(obj.filename)| ... } ⇒ 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.
190 191 192 |
# File 'lib/nanoc/base/checksummer.rb', line 190 def self.update(obj, _digest) yield(Pathname.new(obj.filename)) end |