class RBT::Cookbooks::CreateBigYamlCookbook
Constants
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
- STORE_INTO_THIS_FILE
#¶ ↑
STORE_INTO_THIS_FILE
¶ ↑#¶ ↑
Public Class Methods
[](i = '')
click to toggle source
Public Instance Methods
create_big_yaml_file()
click to toggle source
#¶ ↑
create_big_yaml_file
¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/create_big_yaml_cookbook.rb, line 75 def create_big_yaml_file _ = available_programs? _.each {|program| opnn; e simp(program) hash = {} dataset = RBT::Cookbooks::Cookbook.return_array(program) { :bypass_menu } hash[program] = dataset @hash.update(hash) } what = YAML.dump(@hash) into = STORE_INTO_THIS_FILE write_what_into(what, into) opnn; e "Storing into `#{sfile(into)}`." end
input?()
click to toggle source
reset()
click to toggle source
run()
click to toggle source