Class: ChefCLI::CookbookProfiler::NullSCM
- Inherits:
-
Object
- Object
- ChefCLI::CookbookProfiler::NullSCM
- Defined in:
- lib/chef-cli/cookbook_profiler/null_scm.rb
Instance Method Summary collapse
-
#initialize(cookbook_path) ⇒ NullSCM
constructor
A new instance of NullSCM.
- #profile_data ⇒ Object
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_data ⇒ Object
24 25 26 |
# File 'lib/chef-cli/cookbook_profiler/null_scm.rb', line 24 def profile_data nil end |