class Ramverk::Server

Public Instance Methods

middleware() click to toggle source
# File lib/ramverk/cli/commands/server.rb, line 23
def middleware
  mw = ::Hash.new { |e, m| e[m] = [] }
  mw["development"].concat([::Rack::ShowExceptions])
  mw
end