Sha256: 64f8734f47b1a0e9dd72924b4d76aaeb78f621c7cf2b47983f9c94708e93abbc
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true # @api private # @since 0.1.0 class Qonfig::Commands::Base # @param settings [Qonfig::Settings] # @return [void] # # @api private # @since 0.1.0 def call(settings); end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qonfig-0.12.0 | lib/qonfig/commands/base.rb |
qonfig-0.11.0 | lib/qonfig/commands/base.rb |