Class: Yass::Declarations::Color::SystemColor

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

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



2913
2914
2915
# File 'lib/yass/declarations.rb', line 2913

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

#kindObject



2917
2918
2919
# File 'lib/yass/declarations.rb', line 2917

def kind
  :system_color
end