method

normalize

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