RubyGems Navigation menu

constrain 0.10.0

Allows you check if an object match a class expression. It is typically used to check the type of method paraameters. It is an alternative to using Ruby-3 .rbs files but with a different syntax and only dynamic checks Typically you'll include the Constrain module and use #constrain to check the type of method parameters: include Constrain # f takes a String and an array of Integer objects. Raise a Constrain::Error # if parameters doesn't have the expected types def f(a, b) constrain a, String constrain b, [Integer] end Constrain works with ruby-2 (and maybe ruby-3)

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.10.0 - December 18, 2023 (10.5 KB)
  2. 0.9.0 - January 21, 2023 (10.0 KB)
  3. 0.8.0 - September 17, 2022 (10.0 KB)
  4. 0.7.0 - September 03, 2022 (10.0 KB)
  5. 0.6.0 - July 20, 2022 (10.0 KB)
顯示所有版本(共 19)

Development 相依性套件 (1):

simplecov >= 0

擁有者:

Pushed by:

作者:

  • Claus Rasmussen

SHA 256 checksum:

b4bffd5c0d308164bec793cf81a9bdab34a4ec78f26473f54ab637f09122dde6

總下載次數 21,389

這個版本 268

License:

Ruby 版本需求: >= 0

相關連結: