TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'exception_cop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exception_cop
require 'exception_cop'
irb(main):003:0> raise
RuntimeError: from (irb):3 from F:/Ruby193/bin/irb:12:in `
'irb(main):004:0> ExceptionCop.configure{|c| c.white_list=[RuntimeError]}
=> nil
irb(main):005:0> raise
=> nil
irb(main):006:0> ExceptionCop.reset
=> nil
irb(main):006:0> raise RuntimeError: from (irb):6 from F:/Ruby193/bin/irb:12:in `
'- Fork it ( http://github.com//exception_cop/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request