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

Inherits:
DependencyTracker
  • Object
show all
Includes:
ContractsSupport
Defined in:
lib/nanoc/core/dependency_tracker.rb

Overview

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.

API:

  • private

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.

API:

  • private



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.

API:

  • private



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