Sha256: 7e0115a221e108088062b9a01476feae3ab751c631290d6402b40c84725c1a77

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

# frozen_string_literal: true

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