class RBT::Cookbooks::MergeCookbooks
Constants
- DEFAULT_LOCATION
#¶ ↑
DEFAULT_LOCATION
¶ ↑#¶ ↑
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
Public Class Methods
new( path_where_to_store = DEFAULT_LOCATION, be_verbose = true )
click to toggle source
#¶ ↑
initialize¶ ↑
#¶ ↑
Calls superclass method
RBT::Base::new
# File lib/rbt/utility_scripts/merge_cookbooks.rb, line 31 def initialize( path_where_to_store = DEFAULT_LOCATION, be_verbose = true ) super() reset set_full_path( path_where_to_store+@name_of_new_cookbook_file # Get a default name for now. ) if be_verbose opnn; e 'We will store at '+sfancy(@full_path) end run end
Public Instance Methods
reset()
click to toggle source
run()
click to toggle source
save_file()
click to toggle source