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
46551f13fc
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 11:20:42 +00:00
if
defined?
(
Gem
)
require
'rubygems.rb'
begin
require
'abrt'
rescue
LoadError
end
Add abrt_prelude.rb.
2013-07-01 12:32:54 +00:00
end
Reference in New Issue
Copy Permalink