Victor Goff
Victor Goff
Specifically, I believe, you mean https://github.com/rubyworks/setup/issues/9
Any empty file that is required due to being required in the test file, I think that is suitable. Even better, with the BookKeeping module that is required for the...
I think this is current discussion, @behrtam.
Creating a file is no more teaching fluency than creating an array or list or hash or map or string. But it is part of knowing how to get around...
No, but we are talking about creating a file __for__ Ruby. Being able to take the communication that is given from Ruby, knowing that it is looking for a file...
I am for stub files early on, as a person new to the language, I don't really need to be pressed for learning to read the error messages for even...
Mentioning @pvcarrera as the concept author.
I left it for a while, thinking I would understand the confusing parts just by thinking about what was proposed by the changes, but I am finding that I do...
I think that if today is the first day of the week, then yesterday is indeed inclusive of the prior or last week. But I do know that sometimes people...
What if the change were this? ```diff diff --git i/exercises/concept/bird-count/.docs/instructions.md w/exercises/concept/bird-count/.docs/instructions.md index 3d93270e..9d6a64c6 100644 --- i/exercises/concept/bird-count/.docs/instructions.md +++ w/exercises/concept/bird-count/.docs/instructions.md @@ -1,6 +1,6 @@ # Instructions -You're an avid bird watcher that...