Class: Pod::Command::Cache

Inherits:
Command
  • Object
show all
Defined in:
lib/cocoapods/command/cache.rb,
lib/cocoapods/command/cache/list.rb,
lib/cocoapods/command/cache/clean.rb

Defined Under Namespace

Classes: Clean, List

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Cache

Returns a new instance of Cache.



16
17
18
19
# File 'lib/cocoapods/command/cache.rb', line 16

def initialize(argv)
  @cache = Downloader::Cache.new(Config.instance.cache_root + 'Pods')
  super
end