method

create

v1_9_1_378 - 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