Class: Yass::Declarations::Color::Absolute
- Inherits:
-
Object
- Object
- Yass::Declarations::Color::Absolute
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(authored color kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2759 2760 2761 |
# File 'lib/yass/declarations.rb', line 2759 def accept(visitor) visitor.visit_declaration_color_absolute(self) end |
#kind ⇒ Object
2763 2764 2765 |
# File 'lib/yass/declarations.rb', line 2763 def kind :absolute end |