Method: TreeLab::Node#circle

Defined in:
lib/treelab.rb

#circleObject

attribute that represents the node in a binary tree canvas



176
177
178
# File 'lib/treelab.rb', line 176

def circle
  @circle
end