Sha256: bc8845f6783a3a95f9b0a3e17e9b070e56ea9156be9558dcbaea7ad092dac9b8
Contents?: true
Size: 588 Bytes
Versions: 12
Compression:
Stored size: 588 Bytes
Contents
--- :mr: :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); (((i == 0) || (n == 1)) ? :one : :other) }' :names: - :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); (n == 4 ? :few : (n == 1 ? :one : (((n == 2) || (n == 3)) ? :two : :other))) }' :names: - :few - :one - :two - :other
Version data entries
12 entries across 12 versions & 2 rubygems