lib/dcell/explorer.rb in dcell-0.16.0.pre vs lib/dcell/explorer.rb in dcell-0.16.0

- old
+ new

@@ -4,10 +4,10 @@ require 'erb' module DCell # Web UI for DCell # TODO: rewrite this entire thing with less hax - class Explorer < Reel::Server + class Explorer < Reel::Server::HTTP ASSET_ROOT = Pathname.new File.expand_path("../../../explorer", __FILE__) def initialize(host = "127.0.0.1", port = 7778) super(host, port, &method(:on_connection)) end