projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Standardise on double quoted strings
[rails.git]
/
lib
/
not_redactable.rb
1
require "osm"
2
3
module NotRedactable
4
def redacted?
5
false
6
end
7
8
def redact!(_r)
9
fail OSM::APICannotRedactError.new
10
end
11
end