aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/cmd/ls.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Standardize command related namesStan Lo2024-02-161-139/+0
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-261-5/+12
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-2/+5
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-7/+20
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+3
* [ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun2022-11-301-0/+1
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+9
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-4/+3
* [ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo2022-06-201-3/+4
* [ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada2022-03-141-2/+4
* [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko2021-07-011-3/+4
* [ruby/irb] Rescue a specific errorTakashi Kokubun2021-06-301-1/+1
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-2/+3
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-11/+3
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-2/+26
* [ruby/irb] Have some right paddingTakashi Kokubun2021-03-211-2/+2
* [ruby/irb] Fix step's argumentTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Fix column overflow on ls outputTakashi Kokubun2021-03-211-5/+40
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-211-0/+48