Class: Yass::Font::Family::Generic

Inherits:
Object
  • Object
show all
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

#to_h

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

#kindObject



315
316
317
# File 'lib/yass/rules.rb', line 315

def kind
  :generic
end