8 lines
159 B
Ruby
8 lines
159 B
Ruby
|
# This file is installed by Gentoo's rubygems package.
|
||
|
# It's intended to help automate the loading of rubygems
|
||
|
|
||
|
begin
|
||
|
require 'rubygems'
|
||
|
rescue LoadError
|
||
|
end
|