Class: Yass::Font::SourceFormat::String

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



371
372
373
# File 'lib/yass/rules.rb', line 371

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

#kindObject



375
376
377
# File 'lib/yass/rules.rb', line 375

def kind
  :string
end