Keiko Kaneko
|
8ee24840c8
|
[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard libraries
https://github.com/ruby/irb/commit/7092ad2ab5
|
2021-07-01 05:16:31 +09:00 |
|
Takashi Kokubun
|
acbddbe68c
|
[ruby/irb] Rescue a specific error
Rescuing StandardError is prone to bugs caused by a typo or obsoleted methods.
https://github.com/ruby/irb/commit/eb5260fcd5
|
2021-06-30 21:06:52 +09:00 |
|
Masataka Pocke Kuwabara
|
e8c2b03ee1
|
[ruby/irb] Fix error on ls object_cant_define_singleton
such as `ls 42`, `ls :sym` and so on
https://github.com/ruby/irb/commit/b1d436a853
|
2021-06-30 20:55:18 +09:00 |
|
Keiko Kaneko
|
de779f4a62
|
[ruby/irb] Sort ls result ordered by anscestry
https://github.com/ruby/irb/commit/fdd5c0a71e
|
2021-06-22 22:32:42 +09:00 |
|
Masataka Pocke Kuwabara
|
de96ae9b71
|
[ruby/irb] Dump ancestors' methods by ls command
https://github.com/ruby/irb/commit/73edff287c
|
2021-05-08 14:00:40 +09:00 |
|
Takashi Kokubun
|
94254117ee
|
[ruby/irb] Have some right padding
instead of filling out an entire line
https://github.com/ruby/irb/commit/6ac8f45f5f
|
2021-03-21 16:01:29 +09:00 |
|
Takashi Kokubun
|
75b38f1894
|
[ruby/irb] Fix step's argument
cols.size was calling Integer#size, which returns 8.
Fixing a bug of https://github.com/ruby/irb/pull/209
https://github.com/ruby/irb/commit/c93ae4be71
|
2021-03-21 15:50:53 +09:00 |
|
Takashi Kokubun
|
d0b044a842
|
[ruby/irb] Fix column overflow on ls output
https://github.com/ruby/irb/commit/6115754623
|
2021-03-21 15:19:04 +09:00 |
|
Takashi Kokubun
|
5f72962a09
|
[ruby/irb] Implement ls command
https://github.com/ruby/irb/commit/19b6c20604
|
2021-03-21 12:59:51 +09:00 |
|