Skip to content

Instantly share code, notes, and snippets.

@VikiAnn
Created February 1, 2014 18:45
Show Gist options
  • Save VikiAnn/8756686 to your computer and use it in GitHub Desktop.
Save VikiAnn/8756686 to your computer and use it in GitHub Desktop.
grab method
def grab(piece)
candies.any? do |candy|
if candy.type == piece
piece
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment