ary.inspect â string
ary.to_s â string
ary.to_s â string
Instance Public methods
Creates a string representation of self
.
1 | [ "a" , "b" , "c" ].to_s #=> "[\"a\", \"b\", \"c\"]" |
Creates a string representation of self
.
1 | [ "a" , "b" , "c" ].to_s #=> "[\"a\", \"b\", \"c\"]" |
Designed by : w10schools
service@w10schools.com
Please login to continue.