Nobuyoshi Nakada
|
8760b270ed
|
[ruby/irb] Move :stopdoc: directive
If this is at the top level, it stops the documentation of the
entire module, but not only the part in this file.
86c41b06ad
|
2022-03-14 14:40:28 +09:00 |
|
Keiko Kaneko
|
8ee24840c8
|
[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard libraries
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.
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
b1d436a853
|
2021-06-30 20:55:18 +09:00 |
|
Keiko Kaneko
|
de779f4a62
|
[ruby/irb] Sort ls result ordered by anscestry
fdd5c0a71e
|
2021-06-22 22:32:42 +09:00 |
|
Masataka Pocke Kuwabara
|
de96ae9b71
|
[ruby/irb] Dump ancestors' methods by ls command
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
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
c93ae4be71
|
2021-03-21 15:50:53 +09:00 |
|
Takashi Kokubun
|
d0b044a842
|
[ruby/irb] Fix column overflow on ls output
6115754623
|
2021-03-21 15:19:04 +09:00 |
|
Takashi Kokubun
|
5f72962a09
|
[ruby/irb] Implement ls command
19b6c20604
|
2021-03-21 12:59:51 +09:00 |
|