Sha256: 378020d9b6a2189fa98aac9a9f8d4aec10e2147b643ba2e6702f7d37d80e37d9

Contents?: true

Size: 241 Bytes

Versions: 8

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

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