class Middleman::PreviewServer::Checks::DenyAnyAny

def validate(information)

Parameters:
  • information (Information) --
def validate(information)
  information.valid = false
  information.reason = 'Undefined combination of options "--server-name" and "--bind-address". If you think this is wrong, please file a bug at "https://github.com/middleman/middleman"'
end