8 lines
100 B
Ruby
8 lines
100 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BottleSpecification
|
|
def skip_relocation?
|
|
false
|
|
end
|
|
end
|