RiotGames/ridley

View on GitHub
lib/ridley/chef_objects.rb

Summary

Maintainability
A
0 mins
Test Coverage
Dir["#{File.dirname(__FILE__)}/chef_objects/*.rb"].sort.each do |path|
  require_relative "chef_objects/#{File.basename(path, '.rb')}"
end