summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 07:15:18 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 07:15:18 +0000
commit6fa9a2d2b2e0ad64b67218d47a6479d38d7b5d2d (patch)
treeffdc50b58b98f3e1c424934fb479868d19ca1395 /lib
parent6a651b6cde7be734927ac787cede369b85dd18f4 (diff)
* 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/branches/ruby_1_8@15037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/shellwords.rb2
1 files changed, 1 insertions, 1 deletions
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
#