class TTY::Tree::LeafNode

Public Instance Methods

leaf?() click to toggle source
# File lib/tty/tree/node.rb, line 85
def leaf?
  true
end