git_stats/lib/gitstats.rb

4 lines
80 B
Ruby
Raw Normal View History

2012-10-08 17:58:07 +02:00
module GitStats
2012-10-08 17:11:11 +02:00
end
2012-10-08 17:58:07 +02:00
Dir['lib/**/*.rb'].each { |r| require File.expand_path(r) }