Sha256: 81cd0b3b9c4ff3b65853063bff37d61f642bbfed7f597a6921cd4e1040f3f9eb
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module SmartCore # rubocop:disable Style/StaticClass class ValueObject # @return [String] # # @api public # @since 0.1.0 VERSION = '0.2.0' end # rubocop:enable Style/StaticClass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_value-object-0.2.0 | lib/smart_core/value_object/version.rb |