Class: XCCache::Command::Use
- Inherits:
-
XCCache::Command
- Object
- CLAide::Command
- XCCache::Command
- XCCache::Command::Use
- Defined in:
- lib/xccache/command/use.rb
Instance Attribute Summary
Attributes inherited from XCCache::Command
#build_options, #install_options
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from XCCache::Command
Methods included from XCCache::Config::Mixin
Constructor Details
This class inherits a constructor from XCCache::Command
Class Method Details
.options ⇒ Object
8 9 10 11 12 |
# File 'lib/xccache/command/use.rb', line 8 def self. [ *Options., ].concat(super) end |