Class: Nanoc::Int::DependencyTracker::Null Private
- Inherits:
-
Object
- Object
- Nanoc::Int::DependencyTracker::Null
- Defined in:
- lib/nanoc/base/compilation/dependency_tracker.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.
Instance Method Summary collapse
- #bounce(_obj) ⇒ Object private
- #enter(_obj) ⇒ Object private
- #exit(_obj) ⇒ Object private
Instance Method Details
#bounce(_obj) ⇒ 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.
11 12 |
# File 'lib/nanoc/base/compilation/dependency_tracker.rb', line 11 def bounce(_obj) end |
#enter(_obj) ⇒ 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.
5 6 |
# File 'lib/nanoc/base/compilation/dependency_tracker.rb', line 5 def enter(_obj) end |
#exit(_obj) ⇒ 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.
8 9 |
# File 'lib/nanoc/base/compilation/dependency_tracker.rb', line 8 def exit(_obj) end |