Skip to main content

RubyAst

Type Alias RubyAst 

Source
pub type RubyAst = RubyRoot;
Expand description

Ruby AST root node

Aliased Type§

pub struct RubyAst {
    pub statements: Vec<StatementNode>,
    pub span: Range<usize>,
}

Fields§

§statements: Vec<StatementNode>

List of statements

§span: Range<usize>

Source code span