Bug #15369
pp does not support endless range
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 2.6.0dev (2018-12-03 trunk 66142) [x86_64-darwin17]
Backport:
Description
I think nil
in output is not expetced.
% rbenv exec irb --simple-prompt -r irb/completion >> pp(1..) 1..nil => 1..
Updated by mame (Yusuke Endoh) about 2 years ago
- Status changed from Open to Closed
Fixed at r66143. Thanks.