method
create
v1_9_2_180 -
Show latest stable
- Class:
IRB::SLex
create(token, preproc = nil, postproc = nil)public
No documentation available.
# File lib/irb/slex.rb, line 65
def create(token, preproc = nil, postproc = nil)
@head.create_subnode(token.split(//), preproc, postproc)
end