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