2020-10-10 14:16:11 +02:00
|
|
|
# typed: strict
|
2019-04-19 15:38:03 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-08-15 10:21:42 -07:00
|
|
|
class BottleSpecification
|
2021-09-16 18:56:47 +01:00
|
|
|
sig { params(tag: Utils::Bottles::Tag).returns(T::Boolean) }
|
|
|
|
def skip_relocation?(tag: Utils::Bottles.tag)
|
2018-08-15 10:21:42 -07:00
|
|
|
false
|
|
|
|
end
|
|
|
|
end
|