Class: Yass::Font::Family::Name
- Inherits:
-
Object
- Object
- Yass::Font::Family::Name
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind syntax).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
297 298 299 |
# File 'lib/yass/rules.rb', line 297 def accept(visitor) visitor.visit_font_family_name(self) end |
#kind ⇒ Object
301 302 303 |
# File 'lib/yass/rules.rb', line 301 def kind :name end |