3 4 5 6 7
# File 'lib/terraspace/hooks/concern.rb', line 3 def run_hooks(file, name, &block) hooks = Builder.new(@mod, file, name) hooks.build # build hooks hooks.run_hooks(&block) end