Class: Yass::FontStyle::Italic
- Inherits:
-
Object
- Object
- Yass::FontStyle::Italic
- Includes:
- Node
- Defined in:
- lib/yass/rules.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
462 463 464 |
# File 'lib/yass/rules.rb', line 462 def accept(visitor) visitor.visit_font_style_italic(self) end |
#kind ⇒ Object
466 467 468 |
# File 'lib/yass/rules.rb', line 466 def kind :italic end |