Sha256: 761a3a68c847ff9609bc394be04c14f1f3818b06d81fe8929b83656b637e2cdb

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true

# @api public
# @since 0.x.0
SmartCore::Types::Value.define_type(:Set) do |type|
  type.define_checker do |value|
    # TODO: realize
  end

  type.define_caster do |value|
    # TODO: realize
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_types-0.2.0 lib/smart_core/types/value/set.rb