method

normalize

rails latest stable - Class: ActionDispatch::MiddlewareStack::Middleware

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

normalize(object)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/stack.rb, line 48
      def normalize(object)
        object.to_s.strip.sub(/^::/, '')
      end