Merge pull request #6454 from reitermarkus/missing-require

Add missing `require`.
This commit is contained in:
Markus Reiter 2019-09-13 20:12:48 +02:00 committed by GitHub
commit f815d808f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "cask/macos"
module Cask module Cask
class Pkg class Pkg
def self.all_matching(regexp, command) def self.all_matching(regexp, command)