Class: Yass::FontStretch::Keyword
- Inherits:
-
Object
- Object
- Yass::FontStretch::Keyword
- 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
446 447 448 |
# File 'lib/yass/rules.rb', line 446 def accept(visitor) visitor.visit_font_stretch_keyword(self) end |
#kind ⇒ Object
450 451 452 |
# File 'lib/yass/rules.rb', line 450 def kind :keyword end |