Class: Yass::Declarations::Custom::Unparsed
- Inherits:
-
Object
- Object
- Yass::Declarations::Custom::Unparsed
- 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
3367 3368 3369 |
# File 'lib/yass/declarations.rb', line 3367 def accept(visitor) visitor.visit_declaration_custom_unparsed(self) end |
#kind ⇒ Object
3371 3372 3373 |
# File 'lib/yass/declarations.rb', line 3371 def kind :unparsed end |