Class: Yass::Declarations::FontSize::Larger
- Inherits:
-
Object
- Object
- Yass::Declarations::FontSize::Larger
- 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
3815 3816 3817 |
# File 'lib/yass/declarations.rb', line 3815 def accept(visitor) visitor.visit_declaration_font_size_larger(self) end |
#kind ⇒ Object
3819 3820 3821 |
# File 'lib/yass/declarations.rb', line 3819 def kind :larger end |