class Sus::Identity
def key
def key unless @key key = Array.new # For a specific leaf node, the last part is not unique, i.e. it must be identified explicitly. append_unique_key(key, @unique == true ? false : @unique) @key = key.join(":") end return @key end