rubyast

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package rubyast provides utilities for working with Ruby AST nodes.

Index

Constants

View Source
const (
	NodeCall         = "call"
	NodeMethodCall   = "method_call"
	NodeIdentifier   = "identifier"
	NodeString       = "string"
	NodeSymbol       = "symbol"
	NodeSimpleSymbol = "simple_symbol"
	NodeBlock        = "block"
	NodeDoBlock      = "do_block"
	NodeArguments    = "argument_list"
	NodeProgram      = "program"
)

Tree-sitter Ruby node types.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL