1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00
Files
openshift-docs/Guardfile

4 lines
172 B
Plaintext
Raw Normal View History

2018-05-29 11:28:00 +10:00
require 'ascii_binder'
gem_dir = Gem::Specification.find_by_name("ascii_binder").lib_dirs_glob
instance_eval(File.read(File.join(gem_dir, 'ascii_binder/tasks/guards.rb')))