pub fn is_universal_method(method_name: &str) -> boolExpand description
Return true if the method is one of Perl’s always-available UNIVERSAL methods.
Used in analyze/index workflow stages to keep method lookup behavior consistent across parser and LSP navigation flows.