Method: AutoTest::Test.init_depth

Defined in:
lib/test.rb

.init_depthObject

initialize the depth of link search with 0



52
53
54
# File 'lib/test.rb', line 52

def init_depth
 @@depth = 0
end