method
to_a
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Route
to_a()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/route.rb, line 48
def to_a
[@app, @conditions, @defaults, @name]
end