class ColinTest

Public Instance Methods

depth() click to toggle source
# File lib/testhelper.rb, line 73
def depth
    5
end
inspect() click to toggle source
# File lib/testhelper.rb, line 70
def inspect()
    "ColinTest"
end
Also aliased as: to_str
to_str()
Alias for: inspect