4 $:.push('../../lib/rb/lib')
52 def testInsanity(thing)
53 num, uid = thing.userMap.find { true }
54 return {uid => {num => thing}}
58 return {thing => {thing => thing}}
65 def testTypedef(thing)
69 def testException(thing)
70 raise Thrift::Test::Xception, 'error'