File: ruby-statistics.rb

package info (click to toggle)
ruby-statistics 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: ruby: 1,157; makefile: 4; sh: 4
file content (7 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
require File.dirname(__FILE__) + '/enumerable'
require File.dirname(__FILE__) + '/math'
Dir[ File.dirname(__FILE__) + '/ruby-statistics/**/*.rb'].each {|file| require file }

module RubyStatistics
  # Your code goes here...
end