class StatelyDB::KeyPath

def to_str

Returns:
  • (String) -
def to_str
  "/".dup.concat(@path.join("/"))
end