Class: LgPodPlugin::Command::Cache

Inherits:
LgPodPlugin::Command show all
Defined in:
lib/command/cache.rb

Instance Method Summary collapse

Methods inherited from LgPodPlugin::Command

options, run

Constructor Details

#initialize(argv) ⇒ Cache

Returns a new instance of Cache.



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

def initialize(argv)
  # pp argv
  super
end