Class: Yass::Declarations::FontWeight::Bolder
- Inherits:
-
Object
- Object
- Yass::Declarations::FontWeight::Bolder
- 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
4053 4054 4055 |
# File 'lib/yass/declarations.rb', line 4053 def accept(visitor) visitor.visit_declaration_font_weight_bolder(self) end |
#kind ⇒ Object
4057 4058 4059 |
# File 'lib/yass/declarations.rb', line 4057 def kind :bolder end |