Class: Yass::Declarations::WordSpacing

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

Defined Under Namespace

Classes: Normal

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7826
7827
7828
# File 'lib/yass/declarations.rb', line 7826

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

#kindObject



7830
7831
7832
# File 'lib/yass/declarations.rb', line 7830

def kind
  :word_spacing
end