Class: Yass::Declarations::GridRowStart
- Inherits:
-
Object
- Object
- Yass::Declarations::GridRowStart
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(auto? ident ident_only? kind line_num span?).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
4180 4181 4182 |
# File 'lib/yass/declarations.rb', line 4180 def accept(visitor) visitor.visit_declaration_grid_row_start(self) end |
#kind ⇒ Object
4184 4185 4186 |
# File 'lib/yass/declarations.rb', line 4184 def kind :grid_row_start end |