class Nanoc::Core::DependencyTracker::Null

Public Class Methods

new() click to toggle source
# File lib/nanoc/core/dependency_tracker.rb, line 75
def initialize; end

Public Instance Methods

bounce(_obj, raw_content: false, attributes: false, compiled_content: false, path: false) click to toggle source
# 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) click to toggle source
# File lib/nanoc/core/dependency_tracker.rb, line 78
def enter(_obj, raw_content: false, attributes: false, compiled_content: false, path: false); end
exit() click to toggle source
# File lib/nanoc/core/dependency_tracker.rb, line 81
def exit; end