class Utopia::Project::ReleasesDocument::Summary

def id

def id
	@node.to_plaintext.chomp.downcase.gsub(/\s+/, "-")
end