Class: Yass::FontStretch::Range
- Inherits:
-
Object
- Object
- Yass::FontStretch::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
418 419 420 |
# File 'lib/yass/rules.rb', line 418 def accept(visitor) visitor.visit_font_stretch_range(self) end |
#kind ⇒ Object
422 423 424 |
# File 'lib/yass/rules.rb', line 422 def kind :range end |