Sha256: d5fc7f9bed055ad4b581cdce1bbf3d3f4bf3d1ff02b2bdad70a0dbd3e71ba7b9

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

# @api private
# @since 0.5.0
class SmartCore::Container::Commands::Base
  # @param regsitry [SmartCore::Container::Registry]
  # @return [void]
  #
  # @api private
  # @since 0.5.0
  def call(registry); end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smart_core-0.6.0 lib/smart_core/container/commands/base.rb
smart_core-0.5.2 lib/smart_core/container/commands/base.rb
smart_core-0.5.1 lib/smart_core/container/commands/base.rb
smart_core-0.5.0 lib/smart_core/container/commands/base.rb