Class: ChefDK::CookbookProfiler::NullSCM

Inherits:
Object
  • Object
show all
Defined in:
lib/chef-dk/cookbook_profiler/null_scm.rb

Instance Method Summary collapse

Constructor Details

#initialize(cookbook_path) ⇒ NullSCM

Returns a new instance of NullSCM.



22
23
# File 'lib/chef-dk/cookbook_profiler/null_scm.rb', line 22

def initialize(cookbook_path)
end

Instance Method Details

#profile_dataObject



25
26
27
# File 'lib/chef-dk/cookbook_profiler/null_scm.rb', line 25

def profile_data
  nil
end