kind icon indicating copy to clipboard operation
kind copied to clipboard

A development toolkit for Ruby with several small/cohesive abstractions to empower your development workflow - It's totally free of dependencies.

Results 3 kind issues
Sort by recently updated
recently updated
newest added

```ruby Kind::Hash.with( name: String, age: Integer, handler: Kind::RespondTo(:call) ) ```

enhancement

1. `Kind::Array::Of(Type)` will create a callable that will verify if a given value is an array containing items with the expected type. 2. `Kind::Array.of(String, value)` will raise `Kind::Error` when the...

enhancement