Thunk



Articles tagged 'thunk'

2009-11-10
Writing a (Ruby) compiler in Ruby bottom up - step 22

A diversion into Method missing

So far the method_missing implementation has just printed a notice and quit.

During the trip down the rabbit hole that is attr_accessor and friends that became a major annoyance.

The problem is that this notice has not included a stack backtrace or any way to ...