Class: Nanoc::Core::DependencyTracker::Null Private
- Inherits:
-
Nanoc::Core::DependencyTracker
- Object
- Nanoc::Core::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.
Constant Summary
Constants inherited from Nanoc::Core::DependencyTracker
C_ARGS, C_ATTR, C_OBJ, C_RAW_CONTENT
Instance Attribute Summary
Attributes inherited from Nanoc::Core::DependencyTracker
Instance Method Summary collapse
- #bounce(_obj, raw_content: false, attributes: false, compiled_content: false, path: false) ⇒ Object private
- #enter(_obj, raw_content: false, attributes: false, compiled_content: false, path: false) ⇒ Object private
- #exit ⇒ 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.
75 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 75 def initialize; 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.
84 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 84 def bounce(_obj, raw_content: false, attributes: false, compiled_content: false, path: false); end |
#enter(_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.
78 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 78 def enter(_obj, raw_content: false, attributes: false, compiled_content: false, path: false); end |
#exit ⇒ 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.
81 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 81 def exit; end |