Class: Yass::FontStretch::Stretch
- Inherits:
-
Object
- Object
- Yass::FontStretch::Stretch
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
432 433 434 |
# File 'lib/yass/rules.rb', line 432 def accept(visitor) visitor.visit_font_stretch_stretch(self) end |
#kind ⇒ Object
436 437 438 |
# File 'lib/yass/rules.rb', line 436 def kind :stretch end |