Method: Vines::Config::HttpPort#root

Defined in:
lib/vines/config/port.rb

#root(dir = nil) ⇒ Object



92
93
94
95
96
97
98
# File 'lib/vines/config/port.rb', line 92

def root(dir=nil)
  if dir
    @settings[:root] = File.expand_path(dir)
  else
    @settings[:root]
  end
end