# File lib/sup/index.rb, line 236
  def self.method_missing m, *a, &b; @obj.send(m, *a, &b) end