Sha256: 1ae3d7ef2242af61d4486f263097cb578494106aecd806ea6d2a5f4c5ce7ac24
Contents?: true
Size: 514 Bytes
Versions: 36
Compression:
Stored size: 514 Bytes
Contents
--- :hu: :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); (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 == 1) || (n == 5)) ? :one : :other) }' :names: - :one - :other
Version data entries
36 entries across 36 versions & 3 rubygems