Skip to main content

RubyParser

Type Alias RubyParser 

Source
pub type RubyParser = Parser<RubyCode>;
Expand description

The Ruby language parser.

Aliased Typeยง

pub struct RubyParser { /* private fields */ }