# File lib/action_controller/routing/segments.rb, line 328
      def extract_value
        "#{local_name} = options[:#{key}] && options[:#{key}].to_s.downcase"
      end