Class: HamlLint::Linter::LineLength::DummyNode Private
- Inherits:
-
Struct
- Object
- Struct
- HamlLint::Linter::LineLength::DummyNode
- Defined in:
- lib/haml_lint/linter/line_length.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A marker for a line within a multiline node.
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/haml_lint/linter/line_length.rb', line 11 def line @line end |