Class: Cane::AbcCheck::InvalidAst
- Inherits:
-
Struct
- Object
- Struct
- Cane::AbcCheck::InvalidAst
- Defined in:
- lib/cane/abc_check.rb
Overview
Null object for when the file cannot be parsed.
Instance Method Summary collapse
Instance Method Details
#violations ⇒ Object
32 33 34 |
# File 'lib/cane/abc_check.rb', line 32 def violations [SyntaxViolation.new(file_name)] end |