Sha256: b1a486c72757d34c0543a3ae03d1bb7cded58765a3f2ca23ff1857f55c359a62

Contents?: true

Size: 178 Bytes

Versions: 6

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 1 rubygems

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