Hacker News new | ask | show | jobs
by emodendroket 1747 days ago
Besides the other examples already given, monkey patching is another offender, as are proxy tricks with methods like send or respond_to (technically not Rails-specific but I associate this style with Rails).