summaryrefslogtreecommitdiff
path: root/template/fake.rb.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-01 20:15:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-05 22:35:40 +0900
commit97ce030954dab3f219779e235bee53ba408fbaca (patch)
treeef39c14350acc05da48ad2552729a92590dda060 /template/fake.rb.in
parentd9c6f8d45c658121dcabb2e26cddb473e907d724 (diff)
downloadruby-97ce030954dab3f219779e235bee53ba408fbaca.tar.gz
Load fake.rb at `BTESTRUBY`
So that `mkmf` checks work from `make run`, and also remove duplicate `$(MINIRUBYOPT)` which is used in `$(MINIRUBY)`.
Diffstat (limited to 'template/fake.rb.in')
-rw-r--r--template/fake.rb.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/fake.rb.in b/template/fake.rb.in
index 2280a4d8e7..7af17fa344 100644
--- a/template/fake.rb.in
+++ b/template/fake.rb.in
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+# shareable_constant_value: literal
<%
arg = {}
while /\A(\w+)=(.*)/ =~ ARGV[0]