Class: Yass::Declarations::FontStyle::System
- Inherits:
-
Object
- Object
- Yass::Declarations::FontStyle::System
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
3955 3956 3957 |
# File 'lib/yass/declarations.rb', line 3955 def accept(visitor) visitor.visit_declaration_font_style_system(self) end |
#kind ⇒ Object
3959 3960 3961 |
# File 'lib/yass/declarations.rb', line 3959 def kind :system end |