Method: Ficon::Cache.db_file
- Defined in:
- lib/ficon/cache.rb
.db_file ⇒ Object
70 71 72 73 74 75 76 |
# File 'lib/ficon/cache.rb', line 70 def self.db_file if ENV["FICON_DB"].nil? File.("~/.ficon.db") else ENV["FICON_DB"] end end |