Method: PivotalShell::Configuration.cache
- Defined in:
- lib/pivotal_shell/configuration.rb
.cache ⇒ Object
19 20 21 |
# File 'lib/pivotal_shell/configuration.rb', line 19 def self.cache @cache ||= PivotalShell::Cache.new(File.join(project_config_path,'.pivotal_cache')) end |