class ChefCLI::CookbookProfiler::NullSCM
Public Class Methods
new(cookbook_path)
click to toggle source
# File lib/chef-cli/cookbook_profiler/null_scm.rb, line 22 def initialize(cookbook_path); end
Public Instance Methods
profile_data()
click to toggle source
# File lib/chef-cli/cookbook_profiler/null_scm.rb, line 24 def profile_data nil end