Removed useless shebang and executable bit [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-02-01 23:24:43 +09:00
parent ab35876444
commit a2e215fea4
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

1
array.rb Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/ruby
class Array
# call-seq:
# ary.shuffle! -> ary