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.
76 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 76 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.
85 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 85 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.
79 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 79 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.
82 |
# File 'lib/nanoc/core/dependency_tracker.rb', line 82 def exit; end |