Method: TC#method_missing

Defined in:
lib/TCLib.rb

#method_missing(meth, *args, &blk) ⇒ Object



129
130
131
# File 'lib/TCLib.rb', line 129

def method_missing(meth, *args, &blk)
   @tc.send(meth, *args, &blk)
end