Skip to main content

parse_ruby_tree

Function parse_ruby_tree 

Source
pub fn parse_ruby_tree(source: &str) -> Option<Tree>
Expand description

Parses Ruby source into a tree-sitter tree, or None if parsing fails.