Sha256: e59a81d2d9be3cb5b4d775b72b48a82d4a04f3a034dc11049c373d354d5838dd
Contents?: true
Size: 650 Bytes
Versions: 13
Compression:
Stored size: 650 Bytes
Contents
--- :en-150: :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
13 entries across 13 versions & 2 rubygems