Class: Yass::FontWeight::Range

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/rules.rb

Constant Summary collapse

RUBY_METHODS =
%i(begin end kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



506
507
508
# File 'lib/yass/rules.rb', line 506

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

#kindObject



510
511
512
# File 'lib/yass/rules.rb', line 510

def kind
  :range
end