mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
8 lines
100 B
Ruby
8 lines
100 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BottleSpecification
|
|
def skip_relocation?
|
|
false
|
|
end
|
|
end
|