Sha256: 7ac8605194a53da23f62c099f705b13aface0e69dee8db3313e51d45f90f41e8
Contents?: true
Size: 332 Bytes
Versions: 30
Compression:
Stored size: 332 Bytes
Contents
module Overcommit::Hook::Shared # Shared code used by all IndexTags hooks. It runs ctags in the background so # your tag definitions are up-to-date. # # @see http://ctags.sourceforge.net/ module IndexTags def run execute_in_background([Overcommit::Utils.script_path('index-tags')]) :pass end end end
Version data entries
30 entries across 28 versions & 2 rubygems