Class: Yass::Declarations::GridRowEnd
- Inherits:
-
Object
- Object
- Yass::Declarations::GridRowEnd
- 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
4166 4167 4168 |
# File 'lib/yass/declarations.rb', line 4166 def accept(visitor) visitor.visit_declaration_grid_row_end(self) end |
#kind ⇒ Object
4170 4171 4172 |
# File 'lib/yass/declarations.rb', line 4170 def kind :grid_row_end end |