method
normalize
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::MiddlewareStack::Middleware
normalize(object)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 38
def normalize(object)
object.to_s.strip.sub(/^::/, '')
end