Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created August 13, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrgifford/33aeade130822b607df308109174dde3 to your computer and use it in GitHub Desktop.
Save jrgifford/33aeade130822b607df308109174dde3 to your computer and use it in GitHub Desktop.
[8] pry(main)> is_enumerable?("I'm a string")
=> false
[9] pry(main)> is_enumerable?(["array", "of", "things"])
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment