1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/Guardfile
Vikram Goyal d3e3233ae9 Initial Commit
2018-05-29 11:28:00 +10:00

4 lines
172 B
Ruby

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')))