Files
metasploit-gs/lib/msf/core/module_manager
bcoles a8ccdfc1e4 Simplify get_parent_path with rindex instead of split/join
Replace File.join + String#split + array slice + Array#join with a
single String#rindex lookup. This avoids allocating intermediate arrays
and strings on every call (once per cached module during startup).
2026-04-20 18:22:53 +10:00
..
2023-06-16 12:04:48 +00:00
2023-06-16 12:04:48 +00:00