Sha256: 968b30b10db70b9de96351ad581c40b15dfc2d13550035f32236c664a17b1c2d

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

module Qonfig
  module Commands
    # @api private
    # @since 0.1.0
    class Base
      # @param settings [Qonfig::Settings]
      # @return [void]
      #
      # @api private
      # @since 0.1.0
      def call(settings); end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
qonfig-0.10.0 lib/qonfig/commands/base.rb
qonfig-0.9.0 lib/qonfig/commands/base.rb
qonfig-0.8.0 lib/qonfig/commands/base.rb
qonfig-0.7.0 lib/qonfig/commands/base.rb
qonfig-0.6.0 lib/qonfig/commands/base.rb
qonfig-0.5.0 lib/qonfig/commands/base.rb
qonfig-0.4.0 lib/qonfig/commands/base.rb
qonfig-0.3.0 lib/qonfig/commands/base.rb
qonfig-0.2.0 lib/qonfig/commands/base.rb
qonfig-0.1.0 lib/qonfig/commands/base.rb