Stabby proc

Andrew Kane committed Jan 25, 2017
commit 411f0a04f3c4161b346d7cc336c6ba380e8d50da
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -292,7 +292,7 @@ Exceptions are rescued so analytics do not break your app. Ahoy uses [Safely](ht
To customize this, use:
```ruby
- Safely.report_exception_method = proc { |e| Rollbar.error(e) }
+ Safely.report_exception_method = -> (e) { Rollbar.error(e) }
```
### Use Different Models