ary.length â int
Instance Public methods
Returns the number of elements in self
. May be zero.
1 2 | [ 1 , 2 , 3 , 4 , 5 ].length #=> 5 [].length #=> 0 |
Returns the number of elements in self
. May be zero.
1 2 | [ 1 , 2 , 3 , 4 , 5 ].length #=> 5 [].length #=> 0 |
Designed by : w10schools
service@w10schools.com
Please login to continue.