brew/Library/Homebrew/cask/artifact/input_method.rb
2019-04-20 13:27:36 +09:00

11 lines
140 B
Ruby

# frozen_string_literal: true
require "cask/artifact/moved"
module Cask
module Artifact
class InputMethod < Moved
end
end
end