mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
12 lines
168 B
Ruby
12 lines
168 B
Ruby
require "hbc/artifact/moved"
|
|
|
|
module Hbc
|
|
module Artifact
|
|
class Prefpane < Moved
|
|
def self.english_name
|
|
"Preference Pane"
|
|
end
|
|
end
|
|
end
|
|
end
|