We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
host_inject.rb
1 parent 165d035 commit ff2bea5Copy full SHA for ff2bea5
lib-injection/host_inject.rb
@@ -0,0 +1,7 @@
1
+# This file's intent is to be parseable and executable by all ruby versions
2
+# to call into the main one only for versions for which it is known-compatible
3
+# with at the language level.
4
+
5
+if RUBY_VERSION >= '2.5.'
6
+ require File.expand_path(File.join(File.dirname(__FILE__), 'host_inject_main.rb'))
7
+end
0 commit comments