Skip to content

Organizations

@nadoka

Sponsors

@dsh0416 @aycabta @hsbt @takkanm

Popular repositories

  1. Pretty your exception backtrace.

    Ruby 643 21

  2. Add ObjectSpace::AllocationTracer module.

    C 410 13

  3. Add GC::Tracer module.

    C 297 14

  4. Dump compiled iseq by binary (kakidasu) and load binary (yomidasu)

    Ruby 164 9

  5. Forked from cldwalker/debugger

    port of debugger that works on MRI 2.0.0

    Ruby 95 4

394 contributions in the last year

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

Contribution activity

June 2020

Created a pull request in ruby/ruby that received 1 comment

Anonymous Struct literal `${a:1, b:2}`

Try to introduce anonymous Struct literal. ${a:1, b:2} is equal to Struct.new(kw.keys).new(kw.values) where kw is {a:1, b:2}. Anonymous class is pr…

+139 −4 1 comment

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

You can’t perform that action at this time.