aboutsummaryrefslogtreecommitdiffstats
path: root/array.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-01 23:24:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-01 23:25:46 +0900
commita2e215fea4aee398bc903176c4419b4425c98c60 (patch)
tree5c7b5e4e1caea153f60422b70a058b29760dc083 /array.rb
parentab35876444f57e1a04f2053fa3ca69400f3f4d72 (diff)
downloadruby-a2e215fea4aee398bc903176c4419b4425c98c60.tar.gz
Removed useless shebang and executable bit [ci skip]
Diffstat (limited to 'array.rb')
-rw-r--r--[-rwxr-xr-x]array.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/array.rb b/array.rb
index e1a0fc0168..a49ab9823e 100755..100644
--- a/array.rb
+++ b/array.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/ruby
class Array
# call-seq:
# ary.shuffle! -> ary