parse 2

parse(parent, indent = 0)
Instance Public methods

Parses the tokens into an array of RDoc::Markup::XXX objects, and appends them to the passed parent RDoc::Markup::YYY object.

Exits at the end of the token stream, or when it encounters a token in a column less than indent (unless it is a NEWLINE).

Returns parent.

doc_ruby_on_rails
2015-05-02 16:42:05
Comments
Leave a Comment

Please login to continue.