# File lib/bugzilla/api_tmpl.rb, line 40
    def method_missing(symbol, *args)
      if @bz.respond_to?(symbol) then
        @bz.__send__(symbol, *args)
      else
        super
      end
    end