Public Instance methods
root()
Returns the single root node.
[show source]
# File lib/sequel/plugins/tree.rb 169 def root 170 roots_dataset.first 171 end
Returns the single root node.
# File lib/sequel/plugins/tree.rb 169 def root 170 roots_dataset.first 171 end