Categories: None [Edit]

constrain

https://rubygems.org/gems/constrain
https://github.com/clrgit/constrain
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)

Total

Ranking: 41,280 of 192,062
Downloads: 29,938

Daily

Ranking: 18,954 of 192,034
Downloads: 46

Depended by

RankDownloadsName
18,81692,335prick
21,17276,337shellopts
56,73019,435pg_graph
78,17712,274fixture_fox
80,60011,714modular_tree
80,88611,653postspec
81,04211,619qrpm
171,9232,558sqlsnip
184,755957dumps

Depends on

RankDownloadsName
99459,446,383simplecov

Owners

#GravatarHandle
1iconclrgem