Sha256: 86a31994d642eb2b71d0c174db498ccfd59ae1fbd40f62782f21de353a9cfbe7
Contents?: true
Size: 621 Bytes
Versions: 13
Compression:
Stored size: 621 Bytes
Contents
--- :hi: :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 == 6 ? :many : (n == 1 ? :one : (((n == 2) || (n == 3)) ? :two : :other)))) }' :names: - :few - :many - :one - :two - :other
Version data entries
13 entries across 13 versions & 2 rubygems