Class: ColinTest

Inherits:
Object show all
Defined in:
lib/testhelper.rb

Instance Method Summary collapse

Instance Method Details

#depthObject



73
74
75
# File 'lib/testhelper.rb', line 73

def depth
    5
end

#inspectObject Also known as: to_str



70
71
72
# File 'lib/testhelper.rb', line 70

def inspect()
    "ColinTest"
end