1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Autoload cgi, because it's only needed for one formatter occasionally. (cherry picked from commit e15b15c819a5c2d5d12392c2b42b561ea8bf9734)

This commit is contained in:
Barry Allard 2012-03-12 08:31:00 -07:00 committed by Mike Dvorkin
parent 9b655ad63a
commit 23b9ad9122

View file

@ -3,7 +3,7 @@
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
require "cgi"
autoload :CGI, "cgi"
require "shellwords"
module AwesomePrint