mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
There's no harm in generating a method name that's already defined on the host class, since we're generating the attribute methods in a module that gets included. In fact, this is desirable as it allows the host class to call super.