lib/hi/app.rb in hi-1.2.1 vs lib/hi/app.rb in hi-1.2.2
- old
+ new
@@ -1,8 +1,9 @@
require 'hi/request'
require 'hi/logger'
module Hi
+ # Main app; http server that prints requests as they come in
class App
attr_reader :port, :logger
DEFAULT_PORT = 3000