All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
ensure
The ensure block must not be empty.
begin some_method do_something ensure end
def some_method do_something ensure do_something_else end