Class: LgPodPlugin::Command::Cache
- Inherits:
-
LgPodPlugin::Command
- Object
- CLAide::Command
- LgPodPlugin::Command
- LgPodPlugin::Command::Cache
- Defined in:
- lib/command/cache.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Cache
constructor
A new instance of Cache.
Methods inherited from LgPodPlugin::Command
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 |