Sha256: 2d47e2ea817bdc1771b3a4f39998a2fe09d06386e6fec8e1a54791b1c878d9d6

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

# @api public
# @since 0.x.0
SmartCore::Types::Value.define_type(:Rational) 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/rational.rb
smart_types-0.7.1 lib/smart_core/types/value/rational.rb
smart_types-0.7.0 lib/smart_core/types/value/rational.rb
smart_types-0.6.0 lib/smart_core/types/value/rational.rb
smart_types-0.4.0 lib/smart_core/types/value/rational.rb
smart_types-0.3.0 lib/smart_core/types/value/rational.rb
smart_types-0.2.0 lib/smart_core/types/value/rational.rb