Victor Goff

Results 30 issues of Victor Goff

Otherwise you have a hit/miss for commands that are documented.

When looking at a gem through GithubFinder I have no easy way to provide the same view to another person via a link. I believe this would help to promote...

The class was not private, since `private` only effects the methods at the `instance` level. Includes the following changes: - Detach methods from class definition - remove redundant _key part...

bug
enhancement

The `private_class_method` directive needs a list of method names (strings are converted to symbols for that list) in order to make the methods private. It does not work the same...

bug
x:action/fix
x:status/claimed
x:type/coding

Remove trailing white space where it has no meaning.

x:type/docs
x:size/tiny
x:rep/tiny

Steps are adjusted, and reflect closer to what should happen when a student starts with Hello World exercise in Ruby.

x:type/docs

Includes reorganizing to keep all private methods together.

This should be in the project for maintainers, but not version controlled.

Extract the list of concepts required to solve the v2 ruby exercise: `gigasecond`. For each concept, describe why it is required to solve the exercise. Keep in mind that an...

exercism/v3#2281 has a discussion started about referencing "Boolean" and "boolean" and the problems that can be associated with using "boolean" and the formal `true` and `false` being listed when we...