class Middleman::PreviewServer::AllInterfaces

def includes_array?(a, b)

def includes_array?(a, b)
  !(a & b).empty?
end