class Webcache::Configuration
Public Instance Methods
root()
click to toggle source
root directory - todo/check: find/use a better name - why? why not?
# File lib/webget/webcache.rb, line 36 def root() @root || "#{Webcache.home}/.cache"; end
root=(value)
click to toggle source
# File lib/webget/webcache.rb, line 37 def root=(value) @root = value; end