Class: Yass::Declarations::CaretColor
- Inherits:
-
Object
- Object
- Yass::Declarations::CaretColor
- 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
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 |
#kind ⇒ Object
1630 1631 1632 |
# File 'lib/yass/declarations.rb', line 1630 def kind :caret_color end |