Skip to content

No default values, as nothing would be reasonable #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2016

Conversation

kotp
Copy link
Member

@kotp kotp commented Mar 24, 2016

fixes #267

@@ -1,6 +1,6 @@
class SumOfMultiples
def self.to(limit)
Copy link
Member

Choose a reason for hiding this comment

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

this method could be removed if desired I guess, since it's not being used in the tests anymore

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems like it hasn't been used for a while. I don't remember removing the test for this. Done deal!

@kotp kotp force-pushed the 267_Pass_explicit_list_of_multiples branch from b694962 to a4baf60 Compare March 25, 2016 02:55
@petertseng
Copy link
Member

Well I say 👍 to this

@kotp kotp merged commit b8f7ed5 into master Mar 25, 2016
@kytrinyx kytrinyx deleted the 267_Pass_explicit_list_of_multiples branch March 26, 2016 15:26
@kytrinyx
Copy link
Member

Yes! Thanks @kotp

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.

Pass explicit list of multiples in "Sum of Multiples" exercise rather than defaulting to 3 and 5
3 participants