class Methods::Configuration
Attributes
curry_args_strategy[RW]
Defines if the curried args are prepended or appended to the arguments received during the method call
Valid values: :prepend, :append
Public Class Methods
new()
click to toggle source
# File lib/methods/configuration.rb, line 9 def initialize @curry_args_strategy = :prepend end