Sha256: 8e2fb123c4fd349d2646ba44cfb34e846cc5ee14fb960694b532df340664696c
Contents?: true
Size: 632 Bytes
Versions: 17
Compression:
Stored size: 632 Bytes
Contents
--- :sv: :cardinal: :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); f = runtime.f(num); t = runtime.t(num); v = runtime.v(num); w = runtime.w(num); e = runtime.e(num); (((i == 1) && (v == 0)) ? :one : :other) }' :names: - :one - :other :ordinal: :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); f = runtime.f(num); t = runtime.t(num); v = runtime.v(num); w = runtime.w(num); e = runtime.e(num); (((((n % 10 == 1) || (n % 10 == 2))) && (((n % 100 != 11) && (n % 100 != 12)))) ? :one : :other) }' :names: - :one - :other
Version data entries
17 entries across 17 versions & 1 rubygems