RuboCop::Cop
This cop checks for useless `else` in `begin..end` without `rescue`.
@example
begin do_something else handle_errors # This will never be run. end
[Validate]
Generated with the Darkfish Rdoc Generator 2.