Alexius

Results 6 comments of Alexius

Then in this case I will cross out those two methods, thanks for the feedback

Hint: * means if no block given, then returns the Enumerator itself Method list implementation: - [ ] `Enumerable#all?` Returns `true` if the block never returns `false` or `nil` -...

I'm not sure I can handle this ton of works and I haven't been using Ruby for a long time since working on JS related things, it might take me...

Maybe using the `rat` data type in Go to support float or rational type data directly to Goby?

I know the test below is incorrect, but the result below should be clear on how it was parsed: ```go // parser_test.go func TestMultipleExpressionOnSameLineParsing(t *testing.T) { tests := []struct {...

Just a thought, do you want to do something like in Python style (although Goby is referenced to Ruby style syntax): ``` hello = 'world' if created? else 'nothing' ```...