Skip to content

Instantly share code, notes, and snippets.

@jfarmer
Created June 1, 2015 02:05
Show Gist options
  • Save jfarmer/6784a62efc61feca439d to your computer and use it in GitHub Desktop.
Save jfarmer/6784a62efc61feca439d to your computer and use it in GitHub Desktop.
def arrayify(obj)
case obj
when Array
obj
else
[obj]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment