[8] pry(main)> is_enumerable?("I'm a string") => false [9] pry(main)> is_enumerable?(["array", "of", "things"]) => true