6 lines
69 B
Ruby
6 lines
69 B
Ruby
class BottleSpecification
|
|
def skip_relocation?
|
|
false
|
|
end
|
|
end
|