module StatisticCool

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/statistic_cool.rb, line 4
def self.hello
  p "Hello from statistic_cool"
end