From 6fa9a2d2b2e0ad64b67218d47a6479d38d7b5d2d Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 14 Jan 2008 07:15:18 +0000 Subject: * lib/shellwords.rb: scape should be an alias to shellescape. a patch from Masahiro Kawato in [ruby-dev:33060]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shellwords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 0879d29000..ab1dc5171d 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -102,7 +102,7 @@ module Shellwords module_function :shellescape class << self - alias escape shellsplit + alias escape shellescape end # -- cgit v1.2.3