Class: Yass::FontWeight::Normal
- Inherits:
-
Object
- Object
- Yass::FontWeight::Normal
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
492 493 494 |
# File 'lib/yass/rules.rb', line 492 def accept(visitor) visitor.visit_font_weight_normal(self) end |
#kind ⇒ Object
496 497 498 |
# File 'lib/yass/rules.rb', line 496 def kind :normal end |