From f050fcb9e5da4adf3b5b4f65c0590360113e78fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Nov 2009 18:36:47 -0800 Subject: Allow options to be added to "use" Eventually we hope to be able to accept arguments like the way Rack handlers do it: use :Foo, :bool1, :bool2, :option => value --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 5521e81..f2f7af5 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -21,6 +21,7 @@ module Rainbows end end G = State.new(true, 0, 0, 2) + O = {} require 'rainbows/const' require 'rainbows/http_server' -- cgit v1.2.3-24-ge0c7