# File lib/rack/mount/analysis/splitting.rb, line 41 def separators(key) @separators ||= {} @separators[key] ||= lookup_separators(key) end