1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/mongrel/init.rb

17 lines
397 B
Ruby
Raw Normal View History

# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.html
# for more information.
begin
require 'gem_plugin'
rescue LoadError
require 'rubygems' and retry
end
# File is just a stub that makes sure the mongrel_plugins gem is loaded and ready