Method: Doku::DancingLinks::LinkMatrix#row
- Defined in:
- lib/doku/dancing_links.rb
#row(id) ⇒ Node
Retrieves a node in the row with the specified ID or returns nil if there is no row with that ID.
408 409 410 |
# File 'lib/doku/dancing_links.rb', line 408 def row(id) @rows[id] end |