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.

Parameters:

  • id (Object)

    The ID of the row that was specified when #add_row was called.

Returns:



408
409
410
# File 'lib/doku/dancing_links.rb', line 408

def row(id)
  @rows[id]
end