Skip to content

Instantly share code, notes, and snippets.

@yaymukund
Created September 20, 2012 21:46
Show Gist options
  • Save yaymukund/203163265a3072c3404e to your computer and use it in GitHub Desktop.
Save yaymukund/203163265a3072c3404e to your computer and use it in GitHub Desktop.
def one_of?(el, arr)
return el if arr.find {|x| x == el}
return arr.first
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment