Method: StrokeDB::InvertedList::Node#to_s
- Defined in:
- lib/strokedb/data_structures/inverted_list.rb
#to_s ⇒ Object
237 238 239 |
# File 'lib/strokedb/data_structures/inverted_list.rb', line 237 def to_s "[#{level}]#{@key}: #{@values.inspect}" end |