X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..469f64384dc7d3266f40cb1a0afafd4df1abb6e8:/lib/not_redactable.rb diff --git a/lib/not_redactable.rb b/lib/not_redactable.rb index d7c952463..7fe119fea 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) + def redact!(_r) raise OSM::APICannotRedactError.new end end