summaryrefslogtreecommitdiff
path: root/tool/lrama/exe/lrama
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-08-04 19:16:38 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-08-05 10:32:41 +0900
commitf07ef1d54c3bbae62e2ddd7266932c294db91daf (patch)
tree5e38085e23ee02133e463c250b796943fd556702 /tool/lrama/exe/lrama
parente80752f9bbc5228dba3066cd95a81e2e496bd9d7 (diff)
Lrama v0.5.3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8175
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 5c61e1a684..7988afe507 100755
--- a/tool/lrama/exe/lrama
+++ b/tool/lrama/exe/lrama
@@ -4,4 +4,4 @@
$LOAD_PATH << File.join(__dir__, "../lib")
require "lrama"
-Lrama::Command.new.run(ARGV.dup)
+Lrama::Command.new(ARGV.dup).run