Method: AbstractMapper::Builder#tree
- Defined in:
- lib/abstract_mapper/builder.rb
#tree ⇒ AbstractMapper::Branch (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns The updated tree.
50 51 52 |
# File 'lib/abstract_mapper/builder.rb', line 50 def tree @tree end |