index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
cmd
/
help.rb
Age
Commit message (
Expand
)
Author
2024-02-16
[ruby/irb] Standardize command related names
Stan Lo
2024-02-14
[ruby/irb] Repurpose the help command to display the help message
Stan Lo
2023-05-18
[ruby/irb] Print deprecation warning for `help` command
Stan Lo
2023-04-24
[ruby/irb] Simplify the help command's implementation
Stan Lo
2023-01-11
[ruby/irb] Formatting to header styles
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2022-12-12
[ruby/irb] `show_doc` command should take non-string argument too
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-03-14
[ruby/irb] Move `:stopdoc:` directive
Nobuyoshi Nakada
2021-09-06
[ruby/irb] Pass RI options to help
Filip Pyda
2019-06-10
irb/cmd/help.rb: return nil after the redefinition
Nobuyoshi Nakada
2019-06-10
irb: defer requiring rdoc to improve the start up time
Nobuyoshi Nakada
2018-11-02
lib/*: Prefer require_relative over require, remove explicit extension
marcandre
2016-10-07
* basictest/test.rb: Adjust spaces in class declarations
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2012-12-13
* lib/irb*: merge doc from doc/irb/ird.rd and improve overall
zzak
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 RI
nobu
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-mode
keiju
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 dependent
akr
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