class Middleman::PreviewServer::ServerInformation

def https?

Is https enabled?
def https?
  @https == true
end