Sha256: f38065ca795955a9bcdcc4f61b376307c5daa39eb6599f0e9538e4e53c325ca6

Contents?: true

Size: 246 Bytes

Versions: 7

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smart_types-0.8.0 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.7.1 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.7.0 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.6.0 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.4.0 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.3.0 lib/smart_core/types/value/enumerator_chain.rb
smart_types-0.2.0 lib/smart_core/types/value/enumerator_chain.rb