summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/show_source.rb
AgeCommit message (Expand)Author
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi 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-12-02Compatibility with IRBschneems
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-06-27[ruby/irb] Optimize show_source command furtherTakashi Kokubun
2021-06-27[ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun