Toaster
Toaster singleton.
- Source:
- tags/hideconstructor.js, line 6
Methods
getInstance() → {Toaster}
Get the Toaster instance.
- Source:
- tags/hideconstructor.js, line 29
Returns:
The Toaster instance.
- Type
- Toaster
toast(item) → {Toast}
Toast an item.
- Source:
- tags/hideconstructor.js, line 20
Parameters:
Name | Type | Description |
---|---|---|
item | BreadyThing | The item to toast. |
Returns:
A toasted bready thing.
- Type
- Toast