class Inspec::Metadata

def supports_platform?(backend)

def supports_platform?(backend)
  backend.platform.supported?(params[:supports])
end