Ruby YAML::BaseNode Functions
EditRocket provides the following information on YAML::BaseNode functions in the Ruby source code builder.
at( seg ) -
children() -
children_with_index() -
emit() -
match_path( ypath_str ) - YPath search returning a complete depth array
match_segment( ypath, depth ) - Search a node for a single YPath segment
search( ypath_str ) - Search for YPath entry and return a list of qualified paths.
select!( ypath_str ) - Search for YPath entry and return transformed nodes.
select( ypath_str ) - Search for YPath entry and return qualified nodes.