method

on_default

Importance_1

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

on_default(event, token, data) private

This method is called when some event handler is undefined. event is :on_XXX, token is the scanned token, and data is a data accumulator.

The return value of this method is passed to the next event handler (as of Enumerable#inject).

Show source
Register or log in to add new notes.