Allow options to be added to "use"
commitf050fcb9e5da4adf3b5b4f65c0590360113e78fd
authorEric Wong <normalperson@yhbt.net>
Sun, 29 Nov 2009 02:36:47 +0000 (28 18:36 -0800)
committerEric Wong <normalperson@yhbt.net>
Sun, 29 Nov 2009 22:49:32 +0000 (29 14:49 -0800)
tree6c321faaf3ebc5f812f45541e2d5a5c1e62d0afb
parent37a560c5d14c15a3da7f2c10c9ea3d6002b34fe1
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
lib/rainbows/http_server.rb