Sha256: bb009a49927822f1877b09bd900884982ee4f770fdbed9e58081919fc09bf34b
Contents?: true
Size: 563 Bytes
Versions: 13
Compression:
Stored size: 563 Bytes
Contents
--- :sk: :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