Skip to content

Commit

Permalink
Define "measure" command without forced override
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Mar 18, 2021
1 parent 7f75269 commit 9587ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/irb/extend-command.rb
Original file line number Diff line number Diff line change
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 9587ba1

Please sign in to comment.