Victor Goff

Results 235 comments of Victor Goff

Alternative middle step may be the add the mention in the documentation, as an append. I would be as delighted, though, to see a refinement on the Date class, as...

I would submit what you have for the exercise, and probably have a mentor discuss this with you. You can leave a link here for your exercise as well, hopefully...

Submit using `exercism submit exercise_file.ext` as described (hopefully) in the instructions tab or readme file, just to clarify.

I do not believe there really is a language requirement for the representer. It might be nice to have it as Zig, since the maintainers of the track would by...

Same on Ubuntu, Ruby 1.9.2

@i5m It indeed works as you describe here as well (Though I didn't need to do the hpricot install, even in this gemset).

Yeah, either from my global RVM gemset or the default. I have yet to track it down. Obviously it is installed somewhere/sometime. Warmest Regards, Victor H. Goff III 維克多 My...

I think the manual may be important enough to 'just run' though. You can conditionally require 'hpricot' or 'hpricot_scan' based on the active OS.

@iHiD I prefer the `String#%` syntax, though it is concise and magical at first. It grows on you, I think. But it is definitely more familiar in the `format` or...

> because it's being called on the Ruby object that's in code Specifically being called on a String object, even.