Class: Steep::Diagnostic::Ruby::UnexpectedYield
- 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
545 546 547 |
# File 'lib/steep/diagnostic/ruby.rb', line 545 def header_line "No block given for `yield`" end |