Method: Webcache::Configuration#root
- Defined in:
- lib/webget/webcache.rb
#root ⇒ Object
root directory - todo/check: find/use a better name - why? why not?
36 |
# File 'lib/webget/webcache.rb', line 36 def root() @root || "#{Webcache.home}/.cache"; end |