method
normalize
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::MiddlewareStack::Middleware
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