Commit graph

3 commits

Author SHA1 Message Date
Stan Lo
9ce642c282 [ruby/irb] Update documentation about the new copy command
(https://github.com/ruby/irb/pull/1067)

6194111611
2025-01-22 23:08:34 +09:00
tomoya ishida
7813edbe19 [ruby/irb] Show a quick preview of inspect result before pager
launch
(https://github.com/ruby/irb/pull/1040)

* Quickly show inspect preview even if pretty_print takes too much time

* Show a message "Inspecting..." while generating pretty_print content

* Update inspecting message

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Update rendering test for preparing inspect message

* Don't show preview if pretty_print does not take time

---------

03c36586e6

Co-authored-by: Stan Lo <stan001212@gmail.com>
2025-01-22 23:08:34 +09:00
Prajjwal Singh
c6e8ee4514 [ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)
Closes https://github.com/ruby/irb/pull/753

a24ac53d48
2025-01-22 23:08:34 +09:00