Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Ruby Programming Language Reference

    Ruby 200 19

  2. Wikipedia information extraction library

    Ruby 141 14

  3. Simple time arithmetics in a modern, readable, idiomatic, no-"magic" Ruby.

    Ruby 149 2

  4. Ruby gem information, stats and usage for your terminal

    Ruby 50 1

  5. Idiomatic Ruby hash transformations

    Ruby 123 1

  6. Get rid of the junk in your YARD docs

    Ruby 42 1

274 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2020

Created an issue in rubocop-hq/rubocop that received 2 comments

Style/HashTransformKeys with to_h with a block is too greedy now

This code (and any like this, using Array#to_h or Enumerable#to_h) is a false positive now: %i[a b c].zip([1, 2, 3]).to_h { |name, val| [name, val**2]

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.