0.0
tspec can check type of methods arguments and return value.
2021
2022
2023
2024
2025
2026
0.0
Super basic type checking functions in ruby.
2021
2022
2023
2024
2025
2026
0.0
Experimental type checker
2021
2022
2023
2024
2025
2026
0.0
Decorator style assertions and type check library for Contract programming.
2021
2022
2023
2024
2025
2026
0.0
tinytyping is simply type check.
2021
2022
2023
2024
2025
2026
0.0
Reliable contract definition, data validation, and type checking for Ruby.
2021
2022
2023
2024
2025
2026
0.0
Lazy static type checking
2021
2022
2023
2024
2025
2026
0.0
The fastest type checking gem
2021
2022
2023
2024
2025
2026
0.0
rails-tc bundles everything required to properly setup type checking with sorbet in rails projects
2021
2022
2023
2024
2025
2026
0.0
Pronto runner for flow, a static type checker for javascript.
2021
2022
2023
2024
2025
2026
0.0
Guard plugin for Flow type checks
2021
2022
2023
2024
2025
2026
0.0
Objective-C style named parameters and type checking for Ruby.
2021
2022
2023
2024
2025
2026
0.0
Contains validators for date and time values, type checking.
2021
2022
2023
2024
2025
2026
0.0
Basic file type checks based on a few header bytes
2021
2022
2023
2024
2025
2026
0.0
# mdtoc - Markdown Table of Contents
Read Markdown files and output a table of contents.
## Installation
Requirements:
* [Ruby](https://www.ruby-lang.org/en/) (see [.ruby-version](./.ruby-version))
```bash
gem install mdtoc
```
## Usage
```bash
$ mdtoc --help
Usage: mdtoc [options] files o...
2021
2022
2023
2024
2025
2026
0.0
== Description
A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be
defined as mountable Rack applications with inline documentation, authentication and type checking.
e.g.
class Calculator < JSONRPC2::Interface
title "JSON-RPC2 Calculator"
in...
2021
2022
2023
2024
2025
2026
0.0
A lightweight gem that validates required environment variables at application boot time, providing type checking, format validation, and helpful error messages to prevent production disasters caused by missing or invalid configuration.
2021
2022
2023
2024
2025
2026
0.0
RubyLess is an interpreter for "safe ruby". The idea is to transform some "unsafe" ruby code into safe, type checked ruby, eventually rewriting some variables or methods.
2021
2022
2023
2024
2025
2026
0.0
Install gsl, statistics2 and provides a C extension to optimize the following methods
* Vector#frecuencies
* Vector#set_valid_data
* Vector#check_type
* Dataset#case_as_hash
* Dataset#case_as_array
* Bivariate::Tetrachoric
2021
2022
2023
2024
2025
2026
0.0
Pronto runner for Sorbet, a static type checker for Ruby
2021
2022
2023
2024
2025
2026