We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7db7b commit a1277a6Copy full SHA for a1277a6
1 file changed
lib/execjs/external_runtime.rb
@@ -26,7 +26,7 @@ def call(identifier, *args)
26
27
protected
28
def compile_to_tempfile(source)
29
- tempfile = Tempfile.open(["execjs",".js"])
+ tempfile = Tempfile.open(['execjs', '.js'])
30
tempfile.write compile(source)
31
tempfile.close
32
yield tempfile
0 commit comments