FreedomBen/dory

View on GitHub
lib/dory.rb

Summary

Maintainability
A
0 mins
Test Coverage
Gem.find_files('dory/**/*.rb').each do |path|
  require path.gsub(/\.rb$/, '') unless path =~ /bot.*cli/
end