# File lib/sup/util.rb, line 599 def __pass m, *a, &b begin @o.send(m, *a, &b) rescue Exception => e @error ||= e raise end end