summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/help.rb
AgeCommit message (Expand)Author
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-14[ruby/irb] Repurpose the help command to display the help messageStan Lo
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
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-03-14[ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2019-06-10irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada
2019-06-10irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2011-06-29 * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju
2010-04-07* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu
2009-07-21 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2005-04-14 * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju
2004-02-06* lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu