1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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