about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 48cf63e..71cf69b 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -6,15 +6,6 @@ module Zbatery
 
   VERSION = "3.4.0"
 
-  class << self
-
-    # runs the Zbatery HttpServer with +app+ and +options+ and does
-    # not return until the server has exited.
-    def run(app, options = {})
-      Rainbows::HttpServer.new(app, options).start.join
-    end
-  end
-
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"
 
   # we don't actually fork workers, but allow using the