Class: Yass::Declarations::CaretColor

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

Constant Summary collapse

RUBY_METHODS =
%i(color kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1626
1627
1628
# File 'lib/yass/declarations.rb', line 1626

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

#kindObject



1630
1631
1632
# File 'lib/yass/declarations.rb', line 1630

def kind
  :caret_color
end