Class: Yass::FontWeight::Range
- Inherits:
-
Object
- Object
- Yass::FontWeight::Range
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(begin end kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
506 507 508 |
# File 'lib/yass/rules.rb', line 506 def accept(visitor) visitor.visit_font_weight_range(self) end |
#kind ⇒ Object
510 511 512 |
# File 'lib/yass/rules.rb', line 510 def kind :range end |