I'm making a small ruby command line script and I wanted to know what the simplest way to have the program emit a beep is.
|
|
Try printing the audible bell character:
|
||
|
|
|
|
For windows, use the win32-sound library - Adding Sound to Your Ruby Apps. You'd do something like:
For non windows, looks like this could work: How to make beep sounds?
|
||
|
|
