X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..9a9b045372a6f48420a9a6dacfde52c34ab7abce:/lib/not_redactable.rb diff --git a/lib/not_redactable.rb b/lib/not_redactable.rb index d7c952463..fb945612a 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) + fail OSM::APICannotRedactError.new end end