class Top
	
	
	The top level utopia command.
Nested
Definitions
def root
The root directory for the site.
Implementation
						def root
	File.expand_path(@options.fetch(:root, ''), Dir.getwd)
end
					class Top
	The top level utopia command.
def rootThe root directory for the site.
def root
	File.expand_path(@options.fetch(:root, ''), Dir.getwd)
end