# File lib/facets/more/methodprobe.rb, line 70 def Probe.duckcall begin yield rescue TypeError => e self.send(e.message) retry end end