class ActionDispatch::Journey::Visitors::String

def terminal(node, seed)

Experimental RBS support (using type sampling data from the type_fusion project).

type ActionDispatch__Journey__Visitors__String_terminal_node = ActionDispatch::Journey::Nodes::Literal | ActionDispatch::Journey::Nodes::Dot | ActionDispatch::Journey::Nodes::Slash | ActionDispatch::Journey::Nodes::Symbol

def terminal: (ActionDispatch__Journey__Visitors__String_terminal_node node, String seed) -> String

This signature was generated using 135 samples from 1 application.

def terminal(node, seed)
  seed + node.left
end