Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Disable Lint/ConstantDefinitionInBlock

+3
+3
.rubocop.yml
··· 6 6 7 7 AllCops: 8 8 TargetRubyVersion: 3.1 9 + 10 + Lint/ConstantDefinitionInBlock: 11 + Enabled: false