Sha256: 0b5708725298bbbab5363615ceba6ab6320463a58774662891e81455ebab2356

Contents?: true

Size: 720 Bytes

Versions: 1

Compression:

Stored size: 720 Bytes

Contents

# ExceptionAlarm

This simple gem play an alarm sound when an exception is raised on your Ruby
code.

## Installation

    $ brew install mpg123
    or
    $ apt-get install mpg123

    $ gem install exception_alarm

ExceptionAlarm use the command line program [`mpg123`](https://www.mpg123.de/)
to play mp3 alarm file. So you have to install it on your environment.

## Usage

    require 'exception_alarm'

    alarm do
      # your code...
      raise 'play alarm sound'
    end

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/exception_alarm.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_alarm-0.1.0 README.md