# File lib/rvg/misc.rb, line 536
        def method_missing(methID, *args, &block)
            @gc.__send__(methID, *args, &block)
        end