mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
Skipping methods we don't use gives us mem/perf gains (minuscule but still), but more importantly fixes warnings about `Poll#open` (created by `enum :status`) conflicting with some internal AR method. 😃