mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This means we never have to rely on define_method (which is slower and uses more memory), even when we have attributes containing characters that are not allowed in standard method names. (I am mainly changing this because the duplication annoys me, though.)