17 18 19
# File 'lib/patme/method.rb', line 17 def call(object, args) @implementations.find{|i| i.match?(args)}.call(object, args) end