18 19 20
# File 'lib/TCLib.rb', line 18 def method_missing(meth, *args, &blk) TCLibrary.new(@name+"."+meth.to_s, @tc) end