# File lib/hook.rb, line 9
    def self.method_missing m, *a, &b
      @@instance ||= self.new
      @@instance.send m, *a, &b
    end