Class: Yass::Declarations::TextIndent

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(each_line? hanging? kind length).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



6814
6815
6816
# File 'lib/yass/declarations.rb', line 6814

def accept(visitor)
  visitor.visit_declaration_text_indent(self)
end

#kindObject



6818
6819
6820
# File 'lib/yass/declarations.rb', line 6818

def kind
  :text_indent
end