mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03:00
Class.public_method_defined? ends up diving into Ruby's core looking for a method with the given method_or_key. This process at some point turns method_or_key into a Symbol. This change no longer takes that path and thus doesn't grow the Symbol table.