summaryrefslogtreecommitdiffstats
path: root/ext/purelib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/purelib.rb')
-rw-r--r--ext/purelib.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/purelib.rb b/ext/purelib.rb
new file mode 100644
index 000000000..f826c5782
--- /dev/null
+++ b/ext/purelib.rb
@@ -0,0 +1,6 @@
+if nul = $:.index("-")
+ $:[nul..-1] = ["."]
+end
+if nul = $:.index("-")
+ $:[nul..-1] = ["."]
+end