mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 05:50:22 +00:00
11 lines
140 B
Ruby
11 lines
140 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "cask/artifact/moved"
|
|
|
|
module Cask
|
|
module Artifact
|
|
class InputMethod < Moved
|
|
end
|
|
end
|
|
end
|