Module: WebFont
- Defined in:
- lib/web_font.rb,
lib/web_font/http.rb,
lib/web_font/index.rb,
lib/web_font/finder.rb,
lib/web_font/version.rb,
lib/web_font/cache_task.rb,
lib/web_font/downloader.rb,
lib/web_font/local_cache.rb
Defined Under Namespace
Modules: HTTP, Index, LocalCache
Classes: CacheTask, Downloader, Finder
Constant Summary
collapse
- VERSION =
'0.2.0'
Class Method Summary
collapse
Class Method Details
.root ⇒ Object
13
14
15
|
# File 'lib/web_font.rb', line 13
def self.root
File.expand_path('..', __FILE__)
end
|
.test_root ⇒ Object
17
18
19
|
# File 'lib/web_font.rb', line 17
def self.test_root
File.expand_path('../../test', __FILE__)
end
|