Class: Steep::Diagnostic::Ruby::UnexpectedJump
- Defined in:
- lib/steep/diagnostic/ruby.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#detail_lines, #diagnostic_code, #initialize
Methods included from Helper
Constructor Details
This class inherits a constructor from Steep::Diagnostic::Ruby::Base
Instance Method Details
#header_line ⇒ Object
400 401 402 |
# File 'lib/steep/diagnostic/ruby.rb', line 400 def header_line "Cannot jump from here" end |