aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/input_method.rb
blob: 0eb75a6c02aea3383be9455cb33849c743811605 (plain)
1
2
3
4
5
6
7
8
require "hbc/artifact/moved"

module Hbc
  module Artifact
    class InputMethod < Moved
    end
  end
end