Class: Yass::Declarations::OverflowBlock
- Inherits:
-
Object
- Object
- Yass::Declarations::OverflowBlock
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
5958 5959 5960 |
# File 'lib/yass/declarations.rb', line 5958 def accept(visitor) visitor.visit_declaration_overflow_block(self) end |
#kind ⇒ Object
5962 5963 5964 |
# File 'lib/yass/declarations.rb', line 5962 def kind :overflow_block end |