Class: Yass::Font::SourceFormat::String
- Inherits:
-
Object
- Object
- Yass::Font::SourceFormat::String
- 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
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 |
#kind ⇒ Object
375 376 377 |
# File 'lib/yass/rules.rb', line 375 def kind :string end |