Method: StrokeDB::InvertedList::Node#next

Defined in:
lib/strokedb/data_structures/inverted_list.rb

#nextObject



234
235
236
# File 'lib/strokedb/data_structures/inverted_list.rb', line 234

def next
  forward[0]
end