Module: Sequel::Plugins::Tree::SingleRoot::ClassMethods
- Defined in:
- lib/sequel/plugins/tree.rb
Instance Method Summary collapse
-
#root ⇒ Object
Returns the single root node.
Instance Method Details
permalink #root ⇒ Object
Returns the single root node.
169 170 171 |
# File 'lib/sequel/plugins/tree.rb', line 169 def root roots_dataset.first end |