class ActionDispatch::Journey::GTG::TransitionTable
def add_accepting(state)
Experimental RBS support (using type sampling data from the type_fusion
project).
def add_accepting: (Integer state) -> true
This signature was generated using 2 samples from 1 application.
def add_accepting(state) @accepting[state] = true end