Class: HamlLint::Linter::LineLength::DummyNode Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



11
12
13
# File 'lib/haml_lint/linter/line_length.rb', line 11

def line
  @line
end