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