summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/ls.rb
AgeCommit message (Expand)Author
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-11-30[ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-20[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo
2022-03-14[ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada
2021-07-01[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko
2021-06-30[ruby/irb] Rescue a specific errorTakashi Kokubun
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-03-21[ruby/irb] Have some right paddingTakashi Kokubun
2021-03-21[ruby/irb] Fix step's argumentTakashi Kokubun
2021-03-21[ruby/irb] Fix column overflow on ls outputTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun