summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 07:14:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 07:14:14 +0000
commitd407e2fac82c643654f2d647243ae9a1e538505a (patch)
treed3f16658ae4391b7fec1b1917be5943f08a21489 /lib
parentc884219d9668b3696028588569d3fafdb6ed78a0 (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/trunk@15036 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 ff1474b4e8..3709ace30b 100644
--- a/lib/shellwords.rb
+++ b/lib/shellwords.rb
@@ -86,7 +86,7 @@ module Shellwords
module_function :shellescape
class << self
- alias escape shellsplit
+ alias escape shellescape
end
#