# File lib/url_mount.rb, line 49 def optional_variable_segments @optional_variable_segments ||= begin local_segments.map{|s| s.optional_variable_segments}.flatten.compact end end