Class: Yass::FontStretch::Keyword

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



446
447
448
# File 'lib/yass/rules.rb', line 446

def accept(visitor)
  visitor.visit_font_stretch_keyword(self)
end

#kindObject



450
451
452
# File 'lib/yass/rules.rb', line 450

def kind
  :keyword
end