Class: Yass::Declarations::Color::CurrentColor
- Inherits:
-
Object
- Object
- Yass::Declarations::Color::CurrentColor
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2885 2886 2887 |
# File 'lib/yass/declarations.rb', line 2885 def accept(visitor) visitor.visit_declaration_color_current_color(self) end |
#kind ⇒ Object
2889 2890 2891 |
# File 'lib/yass/declarations.rb', line 2889 def kind :current_color end |