Ruby - Basics and Runtime
How can you use Ruby's object model to filter an array to only objects of class String?
select with is_a?(String) keeps only string objects.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions