summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/show_source.rb
AgeCommit message (Expand)Author
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-07-31[ruby/irb] Decouple `edit` and `show_source` commandsStan Lo
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
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