Sha256: 21b7471aa1772df82555d96ff864f0ae4ef267e47621f91dbabfdcdcf9b1f22f

Contents?: true

Size: 188 Bytes

Versions: 11

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

module Kind
  module Proc
    extend self, ::Kind::Object

    def kind; ::Proc; end
  end

  def self.Proc?(*values)
    KIND.of?(::Proc, values)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kind-5.10.0 lib/kind/objects/modules/core/proc.rb
kind-5.9.0 lib/kind/objects/modules/core/proc.rb
kind-5.8.1 lib/kind/objects/modules/core/proc.rb
kind-5.8.0 lib/kind/objects/modules/core/proc.rb
kind-5.7.0 lib/kind/objects/modules/core/proc.rb
kind-5.6.0 lib/kind/objects/modules/core/proc.rb
kind-5.5.0 lib/kind/objects/modules/core/proc.rb
kind-5.4.1 lib/kind/objects/modules/core/proc.rb
kind-5.4.0 lib/kind/objects/modules/core/proc.rb
kind-5.3.0 lib/kind/objects/modules/core/proc.rb
kind-5.2.0 lib/kind/objects/modules/core/proc.rb