Class: ChefCLI::CookbookProfiler::NullSCM

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

Instance Method Summary collapse

Constructor Details

#initialize(cookbook_path) ⇒ NullSCM

Returns a new instance of NullSCM.



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

def initialize(cookbook_path); end

Instance Method Details

#profile_dataObject



24
25
26
# File 'lib/chef-cli/cookbook_profiler/null_scm.rb', line 24

def profile_data
  nil
end