Sha256: 68caae195aa9008195f2c20d82af482649fc1718f7c8d3ecb5c6c53d531fbd57

Contents?: true

Size: 236 Bytes

Versions: 11

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

# @api private
# @since 0.1.0
class SmartCore::Validator::Commands::Base
  # @param validator [SmartCore::Validator]
  # @return [void]
  #
  # @api private
  # @since 0.1.0
  def call(validator); end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
smart_core-0.8.1 lib/smart_core/validator/commands/base.rb
smart_core-0.8.0 lib/smart_core/validator/commands/base.rb
smart_core-0.7.0 lib/smart_core/validator/commands/base.rb
smart_core-0.6.0 lib/smart_core/validator/commands/base.rb
smart_core-0.5.2 lib/smart_core/validator/commands/base.rb
smart_core-0.5.1 lib/smart_core/validator/commands/base.rb
smart_core-0.5.0 lib/smart_core/validator/commands/base.rb
smart_core-0.4.0 lib/smart_core/validator/commands/base.rb
smart_core-0.3.0 lib/smart_core/validator/commands/base.rb
smart_core-0.2.0 lib/smart_core/validator/commands/base.rb
smart_core-0.1.0 lib/smart_core/validator/commands/base.rb