Method: RTree#to_h

Defined in:
lib/rtree.rb

#to_hHash

The RTree structure in hash form



452
453
454
# File 'lib/rtree.rb', line 452

def to_h
  JSON.parse(to_json, symbolize_names: true)
end