Sha256: 03fd77793e38b6f20cc0e5aed697471885c6234366a99277e89f72cdc15266cd
Contents?: true
Size: 301 Bytes
Versions: 12
Compression:
Stored size: 301 Bytes
Contents
module Berkshelf # @author Jamie Winsor <reset@riotgames.com> # # Classes and modules used for integrating with a Chef Server, the Chef community # site, and Chef Cookbooks module Chef autoload :Config, 'berkshelf/chef/config' autoload :Cookbook, 'berkshelf/chef/cookbook' end end
Version data entries
12 entries across 12 versions & 1 rubygems