1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/shellwords.rb: scape should be an alias to shellescape. a

patch from Masahiro Kawato <m-kawato AT mwb.biglobe.ne.jp> in
  [ruby-dev:33060].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2008-01-14 07:14:14 +00:00
parent c884219d96
commit d407e2fac8
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Mon Jan 14 16:12:58 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/shellwords.rb: scape should be an alias to shellescape. a
patch from Masahiro Kawato <m-kawato AT mwb.biglobe.ne.jp> in
[ruby-dev:33060].
Mon Jan 14 16:09:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.1: a patch to describe --encoding. a patch from Yugui

View file

@ -86,7 +86,7 @@ module Shellwords
module_function :shellescape
class << self
alias escape shellsplit
alias escape shellescape
end
#