Class: GoNative::Commands::Base

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/gonative/commands/base.rb

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