chef-boneyard / stove

DEPRECATED: A utility for packaging and releasing Chef cookbooks
Apache License 2.0
168 stars 41 forks source link

Use require_relative instead of require to speed up requires #155

Closed tas50 closed 3 years ago

tas50 commented 4 years ago

These are faster as they don't have to traverse the filesystem to find the library

Signed-off-by: Tim Smith tsmith@chef.io