Class: CocoapodsAqarahome::Command
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- CocoapodsAqarahome::Command
- Defined in:
- lib/cocoapods-aqarahome/command.rb,
lib/cocoapods-aqarahome/command/aqarahome.rb
Overview
The primary Command for VFS.
Direct Known Subclasses
Defined Under Namespace
Classes: Gen
Instance Method Summary collapse
-
#initialize(argv) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(argv) ⇒ Command
Returns a new instance of Command.
15 16 17 18 19 20 21 |
# File 'lib/cocoapods-aqarahome/command.rb', line 15 def initialize(argv) super return if ansi_output? Colored2.disable! String.send(:define_method, :colorize) { |string, _| string } end |