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