# File lib/dbd_proxy/Proxy.rb, line 51 def define_methods(meths) meths.each {|d| eval %{ def #{d}(*a) check_exception(@handle.#{d}(*a)) end } } end