Class: Yass::Declarations::FontWeight::Lighter
- Inherits:
-
Object
- Object
- Yass::Declarations::FontWeight::Lighter
- 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
4067 4068 4069 |
# File 'lib/yass/declarations.rb', line 4067 def accept(visitor) visitor.visit_declaration_font_weight_lighter(self) end |
#kind ⇒ Object
4071 4072 4073 |
# File 'lib/yass/declarations.rb', line 4071 def kind :lighter end |