Flowdock
create(token, preproc = nil, postproc = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/slex.rb, line 66
    def create(token, preproc = nil, postproc = nil)
      @head.create_subnode(token.split(//), preproc, postproc)
    end
Register or log in to add new notes.