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