Module: Ramda::Function

Extended by:
Internal::CurriedMethod
Defined in:
lib/ramda/function.rb

Overview

Function functions rubocop:disable Metrics/ModuleLength

Class Method Summary collapse

Methods included from Internal::CurriedMethod

__make_curry_proc__, curried_method, curried_method_body, curried_method_v1, curried_method_v2, replace_placeholder

Class Method Details

.__Object

rubocop:enable Style/MethodName



38
39
40
# File 'lib/ramda/function.rb', line 38

def self.__
  :ramda_placeholder
end

.FObject

rubocop:disable Style/MethodName



27
28
29
# File 'lib/ramda/function.rb', line 27

def self.F
  ->(*) { false }
end

.TObject

rubocop:disable Style/MethodName



33
34
35
# File 'lib/ramda/function.rb', line 33

def self.T
  ->(*) { true }
end