Sha256: a88ffa42990be35993d7dc88c7658e4e9853129166670968a37d71ebd623ee2d

Contents?: true

Size: 259 Bytes

Versions: 6

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

require 'stringio'

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

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