Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rubocop

+1 -1
+1 -1
test/types/_predicate.test.rb
··· 10 10 end 11 11 12 12 test "predicates are subtypes of themselves" do 13 - predicate = _Predicate("even") { |it| it.even? } 13 + predicate = _Predicate("even", &:even?) 14 14 15 15 assert_subtype predicate, predicate 16 16 end