Hacker News new | ask | show | jobs
by dragonwriter 4296 days ago
Its all method calls. Specifically, its all calls to #send, most of which get relayed to another method (either based on the message name or, if no such method exists, #method_missing.)