method
to_s
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Nodes::Node
to_s()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 84
def to_s
@to_s ||= Visitors::String::INSTANCE.accept(self, "".dup).freeze
end