mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Drop coverage a bit for JRuby and Rubinius because they don't generate the same Coverage as CRuby
7 lines
245 B
Ruby
7 lines
245 B
Ruby
# https://github.com/colszowka/simplecov/pull/400
|
|
# https://github.com/ruby/ruby/blob/trunk/lib/English.rb
|
|
unless defined?(English)
|
|
# The exception object passed to +raise+.
|
|
alias $ERROR_INFO $! # rubocop:disable Style/SpecialGlobalVars
|
|
end
|