Class: Yass::Font::Family::Generic
- Inherits:
-
Object
- Object
- Yass::Font::Family::Generic
- 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
311 312 313 |
# File 'lib/yass/rules.rb', line 311 def accept(visitor) visitor.visit_font_family_generic(self) end |
#kind ⇒ Object
315 316 317 |
# File 'lib/yass/rules.rb', line 315 def kind :generic end |