Sha256: 6d2919252eaad032c003f98257a39f69b376e1f1fe0dc4b6dc0722eb0e484421
Contents?: true
Size: 214 Bytes
Versions: 70
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands class Base < Dry::CLI::Command def self.inherited(base) super base.prepend DSL::ErrorCatchable end end end end
Version data entries
70 entries across 70 versions & 1 rubygems