This website requires JavaScript.
Explore
Help
Sign In
rpms
/
ruby
Watch
3
Star
0
Fork
0
You've already forked ruby
Code
Issues
Pull Requests
Releases
Wiki
Activity
ruby
/
abrt_prelude.rb
9 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Load RubyGems prior ABRT hook to properly rescue RubyGems exceptions.
2016-01-06 12:20:42 +01:00
if
defined?
(
Gem
)
require
'rubygems.rb'
begin
require
'abrt'
rescue
LoadError
end
Add abrt_prelude.rb.
2013-07-01 14:32:54 +02:00
end
Reference in New Issue
Copy Permalink