Skip to content

Conversation

@zuluko
Copy link

@zuluko zuluko commented Jun 5, 2020

No description provided.


def no_dogs_allowed(input)
#implement your solution here
input.find_all{|str| str != 'dog'}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to use a new Enumerable method for each solution. So L7 and 23 could be switched out for new methods. Want to give that a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants