Class: Yass::Declarations::RowGap::Normal
- Inherits:
-
Object
- Object
- Yass::Declarations::RowGap::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
6461 6462 6463 |
# File 'lib/yass/declarations.rb', line 6461 def accept(visitor) visitor.visit_declaration_row_gap_normal(self) end |
#kind ⇒ Object
6465 6466 6467 |
# File 'lib/yass/declarations.rb', line 6465 def kind :normal end |