Sha256: 014ee3b5667d1d80f4aa8b79f7db78562712d256342da3072516661c6b66c611
Contents?: true
Size: 317 Bytes
Versions: 15
Compression:
Stored size: 317 Bytes
Contents
# Ignore diagnostics Steep allows you to ignore diagnostics by adding comments to your code. ```ruby # Ignoring a range of lines # steep:ignore:start foo() # NoMethod is detected, but ignored # steep:ignore:end ``` ```ruby # Ignoring a specific line foo() # steep:ignore foo() # steep:ignore NoMethod ```
Version data entries
15 entries across 15 versions & 3 rubygems