module Ramda::List

List functions rubocop:disable Metrics/ModuleLength

Constants

Trans

Transducers

Signature: (*, reducing_fn) -> Proc((acc, input) -> acc)







Public Class Methods

type_error(object, method) click to toggle source

TODO: Extract from this module

# File lib/ramda/list.rb, line 874
def self.type_error(object, method)
  raise ArgumentError, "Unexpected type #{object.class} in method: #{method}"
end