Class: Yass::Declarations::FontStyle::Normal
- Inherits:
-
Object
- Object
- Yass::Declarations::FontStyle::Normal
- 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
3913 3914 3915 |
# File 'lib/yass/declarations.rb', line 3913 def accept(visitor) visitor.visit_declaration_font_style_normal(self) end |
#kind ⇒ Object
3917 3918 3919 |
# File 'lib/yass/declarations.rb', line 3917 def kind :normal end |