Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Fix `_Any?`

+1 -1
+1 -1
lib/literal/types.rb
··· 45 45 end 46 46 47 47 def _Any? 48 - _Unit 48 + VoidType 49 49 end 50 50 51 51 # Matches if the value is an `Array` and all the elements match the given type.