Class: Nanoc::Core::DependencyTracker::Null Private

Inherits:
Nanoc::Core::DependencyTracker show all
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

#dependency_store

Instance Method Summary collapse

Methods included from ContractsSupport

enabled?, included, setup_once, warn_about_performance

Constructor Details

#initializeNull

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

#exitObject

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