How To Check If Data Is An Array Or Not

[Solved] How To Check If Data Is An Array Or Not | Ruby - Code Explorer | yomemimo.com
Question : how to check if data is an array or not ruby

Answered by : cloudy-cheetah-l83hxvc7rf2v

.kind_of?(Array)

Source : | Last Update : Thu, 06 May 21

Answers related to how to check if data is an array or not ruby

Code Explorer Popular Question For Ruby