about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index bd2c106..64d2d03 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -61,12 +61,6 @@ module Rainbows
   end
   # :stopdoc:
 
-  # runs the Rainbows! HttpServer with +app+ and +options+ and does
-  # not return until the server has exited.
-  def self.run(app, options = {}) # :nodoc:
-    HttpServer.new(app, options).start.join
-  end
-
   class << self
     attr_accessor :server
     attr_accessor :cur # may not always be used