1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Define "measure" command without forced override

https://github.com/ruby/irb/commit/9587ba13b5
This commit is contained in:
aycabta 2021-03-18 19:06:22 +09:00 committed by git
parent 9e71f1aa4c
commit 0428c2e7df

View file

@ -126,7 +126,8 @@ module IRB # :nodoc:
],
[
:measure, :Measure, "irb/cmd/measure"
:irb_measure, :Measure, "irb/cmd/measure",
[:measure, NO_OVERRIDE],
],
]