Sha256: 0f335e055fbcb42639427bdf416409148bd2b4e6bf0a6426c4c55dbcf5c24b4b

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

require 'guard/git/changed_files_matcher'

module Guard
  module Git
    module DslExtensions
      def watch(pattern, &action)
        super(ChangedFilesMatcher.new(pattern), &action)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-git-0.1.1 lib/guard/git/dsl_extensions.rb
guard-git-0.1.0 lib/guard/git/dsl_extensions.rb