Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save machupicchubeta/9722012 to your computer and use it in GitHub Desktop.
Save machupicchubeta/9722012 to your computer and use it in GitHub Desktop.
string array map! to integer array
@books = Book.find %w(2, 5, 10).map! &:to_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment