class Middleman::PreviewServer

def shutdown

Returns:
  • (void) -
def shutdown
  stop
  @webrick.shutdown
end