70 71 72 73 74 75
# File 'lib/agent/frame_builder.rb', line 70 def reset() @id = 0 @depth = 0 @current = nil @parent = nil end