module RBT::Cookbooks

Constants

ALL_HEADERS
#

ALL_HEADERS

#
LOCATION_REGISTERED_HEADERS
#

LOCATION_REGISTERED_HEADERS

cat $COOKBOOKS/yaml/registered_headers.yml

#
YAML_FILE_REGISTERED_HEADERS

Public Class Methods

all_headers?() click to toggle source
#

RBT::Cookbooks.all_headers?

#
# File lib/rbt/registered/registered_headers.rb, line 58
def self.all_headers?
  ALL_HEADERS
end
new(i = 'htop') click to toggle source
#

RBT::Cookbooks.new

Invocation examples:

ruby     = RBT::Cookbooks.new 'ruby'
zip      = RBT::Cookbooks.new 'zip'
xxf86dga = RBT::Cookbooks.new 'xxf86dga'
#
# File lib/rbt/cookbooks/sanitize_cookbook/sanitize_cookbook.rb, line 7278
def self.new(i = 'htop')
  ::RBT::Cookbooks::SanitizeCookbook.new(i)
end

Public Instance Methods

all_headers?() click to toggle source
#

all_headers?

#
# File lib/rbt/registered/registered_headers.rb, line 65
def all_headers?
  Cookbooks.all_headers?
end