Runtime assertions for Ruby literal.fun
ruby
3
fork

Configure Feed

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

Unwrap super types when checking subtype?

+1
+1
lib/literal.rb
··· 96 96 subtype = type 97 97 98 98 subtype = subtype.block.call if Types::DeferredType === subtype 99 + supertype = supertype.block.call if Types::DeferredType === supertype 99 100 100 101 return true if supertype == subtype 101 102