Module Spruz::PartialApplication
In: lib/spruz/partial_application.rb

Methods

included   partial  

Public Class methods

If this module is included into a Proc (or similar object), it tampers with its Proc#arity method.

Public Instance methods

Create a partial application of this Proc (or similar object) using args as the already applied arguments.

[Validate]