Sha256: 2c3e925c66f0a4d8c274a186ea5abee174a6b08d6707e858dbc39943335f3750
Contents?: true
Size: 563 Bytes
Versions: 13
Compression:
Stored size: 563 Bytes
Contents
--- :cs: :cardinal: :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num); w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((2..4).include?(i) && v == 0) ? :few : (v != 0 ? :many : ((i == 1 && v == 0) ? :one : :other))) }' :names: - :few - :many - :one - :other :ordinal: :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num); w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other } :names: - :other
Version data entries
13 entries across 13 versions & 2 rubygems