Class: Nanoc::Core::DependencyTracker::Null Private
- Inherits:
-
DependencyTracker
- Object
- DependencyTracker
- Nanoc::Core::DependencyTracker::Null
- Includes:
- ContractsSupport
- Defined in:
- lib/nanoc/core/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, raw_content: false, attributes: false, compiled_content: false, path: false) ⇒ Object private
-
#initialize ⇒ Null
constructor
private
A new instance of Null.
Methods included from ContractsSupport
enabled?, included, setup_once, warn_about_performance
Constructor Details
#initialize ⇒ Null
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.
Returns a new instance of Null.
69 70 71 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 69 def initialize super(nil, root: nil) end |
Instance Method Details
#bounce(_obj, raw_content: false, attributes: false, compiled_content: false, path: false) ⇒ 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.
74 75 76 77 78 79 80 81 82 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 74 def bounce( _obj, raw_content: false, attributes: false, compiled_content: false, path: false ) # do nothing end |