Method: StringDoc#nodes
- Defined in:
- lib/string_doc.rb
#nodes ⇒ Object (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.
Array of Node
objects.
139 140 141 |
# File 'lib/string_doc.rb', line 139 def nodes @nodes end |