diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-02-01 23:24:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-02-01 23:25:46 +0900 |
commit | a2e215fea4aee398bc903176c4419b4425c98c60 (patch) | |
tree | 5c7b5e4e1caea153f60422b70a058b29760dc083 /array.rb | |
parent | ab35876444f57e1a04f2053fa3ca69400f3f4d72 (diff) |
Removed useless shebang and executable bit [ci skip]
Diffstat (limited to 'array.rb')
-rw-r--r--[-rwxr-xr-x] | array.rb | 1 |
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 |