Rackula SourceRackulaCommandTop

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