Sha256: fd6449c65660e0a6fd206d61140418166b56d20be115d5c8cead661980105c8a
Contents?: true
Size: 584 Bytes
Versions: 13
Compression:
Stored size: 584 Bytes
Contents
--- :sv: :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 == 1) || (n % 10 == 2)) && ((n % 100 != 11) && (n % 100 != 12))) ? :one : :other) }' :names: - :one - :other
Version data entries
13 entries across 13 versions & 2 rubygems