Module: Ramda::Function
- Extended by:
- Internal::CurriedMethod
- Defined in:
- lib/ramda/function.rb
Overview
Function functions rubocop:disable Metrics/ModuleLength
Class Method Summary collapse
-
.__ ⇒ Object
rubocop:enable Style/MethodName.
-
.F ⇒ Object
rubocop:disable Style/MethodName.
-
.T ⇒ Object
rubocop:disable Style/MethodName.
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 |
.F ⇒ Object
rubocop:disable Style/MethodName
27 28 29 |
# File 'lib/ramda/function.rb', line 27 def self.F ->(*) { false } end |
.T ⇒ Object
rubocop:disable Style/MethodName
33 34 35 |
# File 'lib/ramda/function.rb', line 33 def self.T ->(*) { true } end |