Sha256: 978393fecf8b7b29d4040909ddb3e7e3642e49373ca3de0979a423b7b531ad8c

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

module CohortScope
  class StrictCohort < Cohort
    # Reduce characteristics by removing the least important one.
    def self.reduce_characteristics(active_record, characteristics)
      characteristics[0..-2]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cohort_scope-0.3.0 lib/cohort_scope/strict_cohort.rb