Method: Rmap::Row#to_s

Defined in:
lib/rmap/row.rb

#to_sObject



43
44
45
# File 'lib/rmap/row.rb', line 43

def to_s
  to_hash.to_json
end