yyparse

yyparse(recv, mid)
Instance Public methods

Another entry point for the parser. If you use this method, you must implement RECEIVER#METHOD_ID method.

RECEIVER#METHOD_ID is a method to get next token. It must 'yield' the token, which format is [TOKEN-SYMBOL, VALUE].

doc_ruby_on_rails
2015-04-29 23:44:20
Comments
Leave a Comment

Please login to continue.