Sha256: 336e58c1df55f3c1ce571778b5648468f6dd3f2cdda83d035545eaa63aaa6821
Contents?: true
Size: 662 Bytes
Versions: 22
Compression:
Stored size: 662 Bytes
Contents
--- :en: :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 == 1) && (v == 0)) ? :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 % 10 == 3) && (n % 100 != 13)) ? :few : (((n % 10 == 1) && (n % 100 != 11)) ? :one : (((n % 10 == 2) && (n % 100 != 12)) ? :two : :other))) }' :names: - :few - :one - :two - :other
Version data entries
22 entries across 22 versions & 2 rubygems