Sha256: 23fd45f28a40b9465fbce25fddc8aec135cfb2673765a78ca41c8f2928059c93

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

module Cohortly
  class Cohorts
    def self.cohort_names; end
    def self.first_user_start_date(group_name = nil); end
    def self.range(time_range); end
    def self.group(group_name); end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cohortly-0.0.93 app/models/cohortly/cohorts.rb
cohortly-0.0.92 app/models/cohortly/cohorts.rb