mirror of
https://github.com/gosticks/brew.git
synced 2026-08-29 04:50:29 +00:00
8 lines
100 B
Ruby
8 lines
100 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BottleSpecification
|
|
def skip_relocation?
|
|
false
|
|
end
|
|
end
|