129 130 131
# File 'lib/TCLib.rb', line 129 def method_missing(meth, *args, &blk) @tc.send(meth, *args, &blk) end