Class: Pod::Command::Flutter
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Flutter
- Defined in:
- lib/cocoapods-flutter/command/flutter.rb,
lib/cocoapods-flutter/command/flutter/archive.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Archive
Instance Method Summary collapse
-
#initialize(argv) ⇒ Flutter
constructor
A new instance of Flutter.
- #validate! ⇒ Object
Constructor Details
#initialize(argv) ⇒ Flutter
Returns a new instance of Flutter.
12 13 14 15 |
# File 'lib/cocoapods-flutter/command/flutter.rb', line 12 def initialize(argv) @help = argv.flag?('help') super end |
Instance Method Details
#validate! ⇒ Object
17 18 19 20 |
# File 'lib/cocoapods-flutter/command/flutter.rb', line 17 def validate! super if @help end |