Class: Yass::Declarations::FontWeight::Bolder

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



4053
4054
4055
# File 'lib/yass/declarations.rb', line 4053

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

#kindObject



4057
4058
4059
# File 'lib/yass/declarations.rb', line 4057

def kind
  :bolder
end