class Utopia::Project::Base

def update(paths)

@parameter paths [Array(String)] The paths to load and parse.
Update the index with the specified paths.
def update(paths)
	@index.update(paths)
end