There's no documentation for this item.
| Public Methods | |
|---|---|
| []= | |
| discard | Marks the entire flash or a single flash entry to be discarded by the end of the current action: |
| keep | Keeps either the entire current flash or a specific flash entry available for the next action: |
| merge! | Alias for #update |
| new | |
| now | Sets a flash that will not be available to the next action, only to the current. |
| replace | |
| sweep | Mark for removal entries that were kept, and delete unkept ones. |
| update | |
| Private Methods | |
|---|---|
| use | Used internally by the keep and discard methods |
<code/>and<pre/>for code samples.