X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/67dd9e4c9d487bdb5f38a09dc0c99def4989326e..f227804093a5a82eaf724f9b028b25aa7cbf41a1:/lib/not_redactable.rb diff --git a/lib/not_redactable.rb b/lib/not_redactable.rb index d7c952463..6a5773296 100644 --- a/lib/not_redactable.rb +++ b/lib/not_redactable.rb @@ -1,11 +1,11 @@ -require 'osm' +require "osm" module NotRedactable def redacted? false end - def redact!(r) - raise OSM::APICannotRedactError.new + def redact!(_r) + raise OSM::APICannotRedactError end end