Class: GoNative::Commands::Base
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- GoNative::Commands::Base
- Defined in:
- lib/gonative/commands/base.rb
Direct Known Subclasses
Android::Create, Android::Publish, Android::Version, IOS::AddFiles, IOS::AddLanguage, IOS::Create, IOS::EmbedExtensions, IOS::EmbedScripts, IOS::ExtractExtensions, IOS::Publish, IOS::Rename, IOS::SetBundleId, IOS::Version, Version
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
6 7 8 9 |
# File 'lib/gonative/commands/base.rb', line 6 def self.inherited(base) super base.prepend DSL::ErrorCatchable end |