Method: AppKernel::Function.curry
- Defined in:
- lib/appkernel/curry.rb
.curry(options) ⇒ Object
4 5 6 7 8 |
# File 'lib/appkernel/curry.rb', line 4 def self.curry() Class.new(self).tap do |c| c..curry(@options, ) end end |
4 5 6 7 8 |
# File 'lib/appkernel/curry.rb', line 4 def self.curry() Class.new(self).tap do |c| c..curry(@options, ) end end |