Skip to content

Commit

Permalink
[ruby/irb] Define "measure" command without forced override
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and matzbot committed Mar 19, 2021
1 parent 9e71f1a commit 0428c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/irb/extend-command.rb
Expand Up @@ -126,7 +126,8 @@ def irb_context
],

[
:measure, :Measure, "irb/cmd/measure"
:irb_measure, :Measure, "irb/cmd/measure",
[:measure, NO_OVERRIDE],
],

]
Expand Down

0 comments on commit 0428c2e

Please sign in to comment.