mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 03:47:04 +01:00
4 lines
172 B
Plaintext
4 lines
172 B
Plaintext
|
|
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')))
|