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.



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

#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.



81
# File 'lib/nanoc/core/dependency_tracker.rb', line 81

def exit; end