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(options)
  Class.new(self).tap do |c|
    c.options.curry(@options, options)
  end
end