Class: Yass::Declarations::InsetBlockStart
- Inherits:
-
Object
- Object
- Yass::Declarations::InsetBlockStart
- 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
5072 5073 5074 |
# File 'lib/yass/declarations.rb', line 5072 def accept(visitor) visitor.visit_declaration_inset_block_start(self) end |
#kind ⇒ Object
5076 5077 5078 |
# File 'lib/yass/declarations.rb', line 5076 def kind :inset_block_start end |