git_stats/lib/gitstats.rb

4 lines
80 B
Ruby

module GitStats
end
Dir['lib/**/*.rb'].each { |r| require File.expand_path(r) }