Use false instead of # no-op.

This commit is contained in:
Markus Reiter 2017-02-09 18:40:20 +01:00
parent 956daf37a0
commit cedc46c64b

View File

@ -218,7 +218,7 @@ class Keg
end
def require_relocation?
# no-op
false
end
def linked?