class ActionDispatch::Journey::Nodes::Group
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/action_dispatch/journey/nodes/node.rbs class ActionDispatch::Journey::Nodes::Group < ActionDispatch::Journey::Nodes::Unary def type: () -> untyped end
:nodoc:
def group?; true; end
def group?; true; end
def type; :GROUP; end
Experimental RBS support (using type sampling data from the type_fusion
project).
def type: () -> untyped
This signature was generated using 1 sample from 1 application.
def type; :GROUP; end