brew/Library/Homebrew/cask/artifact/input_method.rb
2018-09-06 09:30:52 +02:00

9 lines
109 B
Ruby

require "cask/artifact/moved"
module Cask
module Artifact
class InputMethod < Moved
end
end
end