class ActionDispatch::Journey::GTG::Builder

def symbol(edge)

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

def symbol: (ActionDispatch::Journey::Nodes::Literal edge) -> String

This signature was generated using 1 sample from 1 application.

def symbol(edge)
  edge.symbol? ? edge.regexp : edge.left
end