Method: CheckstyleReport::CheckstyleError#line
- Defined in:
- lib/checkstyle_report/checkstyle_report.rb
#line ⇒ Integer (readonly)
Returns the line number where the error occurred.
146 147 148 |
# File 'lib/checkstyle_report/checkstyle_report.rb', line 146 def line @line end |