Sha256: a8b5a4627de50a456772fffc4edfbeeccc790c5cfaab57fb51a5ebc3d0fa0693
Contents?: true
Size: 684 Bytes
Versions: 10
Compression:
Stored size: 684 Bytes
Contents
--- :mt: :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 == 0) || ((((n % 100).floor == (n % 100)) && ((n % 100) >= 2) && ((n % 100) <= 10)))) ? :few : ((((n % 100).floor == (n % 100)) && ((n % 100) >= 11) && ((n % 100) <= 19)) ? :many : (n == 1 ? :one : :other))) }' :names: - :few - :many - :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); :other } :names: - :other
Version data entries
10 entries across 10 versions & 1 rubygems