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 root
The root directory for the site.
def root
File.expand_path(@options.fetch(:root, ''), Dir.getwd)
end