aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/extend-command.rb
Commit message (Expand)AuthorAgeFilesLines
* irb: Define extension command on the given objectNobuyoshi Nakada2020-12-201-3/+3
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-2/+2
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+4
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-6/+6
* [ruby/irb] Suppress "method redefined" warningaycabta2020-04-291-3/+6
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+4
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70
* Removed math mode from irb.hsbt2017-04-201-3/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-14/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-116/+116
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-10/+61
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-1/+4
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-051-11/+11
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-8/+8
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-251-2/+7
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-3/+48
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-0/+1
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-061-0/+3
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-2/+2
* * irb 0.9keiju2002-07-091-77/+166
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-031-1/+0
* Initial revisionknu2001-04-301-0/+127