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 group?: () -> true end
:nodoc:
def group?; true; end
Experimental RBS support (using type sampling data from the type_fusion project).
def group?: () -> true
This signature was generated using 1 sample from 1 application.
def group?; true; end
def type; :GROUP; end
def type; :GROUP; end