module KeywordCurry
Constants
- VERSION
Public Class Methods
monkey_patch_proc()
click to toggle source
# File lib/keyword_curry.rb, line 9 def self.monkey_patch_proc Proc.prepend(KeywordArgumentCurrying) end