summaryrefslogtreecommitdiff
path: root/tool/lrama/exe/lrama
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-09-13 13:06:03 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-09-13 18:03:49 +0900
commit4655d2108ef14e66f64496f9029f65ba2302d9ea (patch)
tree79c5295698a0476a96c16fa28ba2e4f0853624ed /tool/lrama/exe/lrama
parentc75d54a36ca94ec25b5eb31925a0414f998df78c (diff)
Lrama v0.5.6
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8428
Diffstat (limited to 'tool/lrama/exe/lrama')
-rwxr-xr-xtool/lrama/exe/lrama2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lrama/exe/lrama b/tool/lrama/exe/lrama
index 5e1ee582cf..ba5fb06c82 100755
--- a/tool/lrama/exe/lrama
+++ b/tool/lrama/exe/lrama
@@ -3,4 +3,4 @@
$LOAD_PATH << File.join(__dir__, "../lib")
require "lrama"
-Lrama::Command.new(ARGV.dup).run
+Lrama::Command.new.run(ARGV.dup)