Sha256: 948a013d3279a232dd732b52319711b1bc7554923dcb9b10dd2e572ca8e40057
Contents?: true
Size: 626 Bytes
Versions: 13
Compression:
Stored size: 626 Bytes
Contents
--- :ar: :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); ((3..10).include?(n % 100) ? :few : ((11..99).include?(n % 100) ? :many : (n == 1 ? :one : (n == 2 ? :two : (n == 0 ? :zero : :other))))) }' :names: - :few - :many - :one - :two - :zero - :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
13 entries across 13 versions & 2 rubygems