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:
parent
9e71f1aa4c
commit
0428c2e7df
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ module IRB # :nodoc:
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
:measure, :Measure, "irb/cmd/measure"
|
:irb_measure, :Measure, "irb/cmd/measure",
|
||||||
|
[:measure, NO_OVERRIDE],
|
||||||
],
|
],
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue