Ruby IRB::SLex::Node Functions
EditRocket provides the following information on IRB::SLex::Node functions in the Ruby source code builder.
create_subnode(chrs, preproc = nil, postproc = nil) -
match(chrs, op = "") - "chrs: String"
match_io(io, op = "") -
new(preproc = nil, postproc = nil) - if postproc is nil, this node is an abstract node. if postproc is non-nil, this node is a real node.
search(chrs, opt = nil) -