class ActionDispatch::Journey::Visitors::FormatBuilder
def terminal(node); [node.left]; end
Experimental RBS support (using type sampling data from the type_fusion
project).
def terminal: (ActionDispatch::Journey::Nodes::Slash node) -> untyped
This signature was generated using 1 sample from 1 application.
def terminal(node); [node.left]; end