diff options
| author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
|---|---|---|
| committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
| commit | 5918c6fc6be545d505987651e258f9223cb8d7d8 (patch) | |
| tree | 418093a0a9aedf90397204d97730cffb9b95df07 /lib/irb/ext | |
| parent | 3e1f00c768ebef7df8931f0f242267014e33ec55 (diff) | |
| download | ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.tar.gz ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.tar.xz ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.zip | |
* bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/ext')
| -rw-r--r-- | lib/irb/ext/change-ws.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/history.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/loader.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/math-mode.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/multi-irb.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/save-history.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/tracer.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/use-loader.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ext/workspaces.rb | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/irb/ext/change-ws.rb b/lib/irb/ext/change-ws.rb index 3ae1eab7a..dea969d38 100644 --- a/lib/irb/ext/change-ws.rb +++ b/lib/irb/ext/change-ws.rb @@ -1,6 +1,6 @@ # # irb/ext/cb.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb index 9142146c4..1495f9eb1 100644 --- a/lib/irb/ext/history.rb +++ b/lib/irb/ext/history.rb @@ -1,6 +1,6 @@ # # history.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb index cee8f51cc..26a320367 100644 --- a/lib/irb/ext/loader.rb +++ b/lib/irb/ext/loader.rb @@ -1,6 +1,6 @@ # # loader.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/math-mode.rb b/lib/irb/ext/math-mode.rb index 370fab229..41be79841 100644 --- a/lib/irb/ext/math-mode.rb +++ b/lib/irb/ext/math-mode.rb @@ -1,6 +1,6 @@ # # math-mode.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/multi-irb.rb b/lib/irb/ext/multi-irb.rb index 5085a3f27..7bb1a7cfa 100644 --- a/lib/irb/ext/multi-irb.rb +++ b/lib/irb/ext/multi-irb.rb @@ -1,6 +1,6 @@ # # irb/multi-irb.rb - multiple irb module -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb index 72c6b578b..e3597c621 100644 --- a/lib/irb/ext/save-history.rb +++ b/lib/irb/ext/save-history.rb @@ -1,5 +1,5 @@ # save-history.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/tracer.rb b/lib/irb/ext/tracer.rb index 6728c4613..46a9d53a2 100644 --- a/lib/irb/ext/tracer.rb +++ b/lib/irb/ext/tracer.rb @@ -1,6 +1,6 @@ # # irb/lib/tracer.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/use-loader.rb b/lib/irb/ext/use-loader.rb index b643dd099..64283b898 100644 --- a/lib/irb/ext/use-loader.rb +++ b/lib/irb/ext/use-loader.rb @@ -1,6 +1,6 @@ # # use-loader.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/ext/workspaces.rb b/lib/irb/ext/workspaces.rb index 654b8118e..118ea598c 100644 --- a/lib/irb/ext/workspaces.rb +++ b/lib/irb/ext/workspaces.rb @@ -1,6 +1,6 @@ # # push-ws.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # |
