Class: Yass::Declarations::FontWeight::Lighter

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

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

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

#kindObject



4071
4072
4073
# File 'lib/yass/declarations.rb', line 4071

def kind
  :lighter
end