class RuboCop::AST::NodePattern::Compiler::SequenceSubcompiler

def empty_loop

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

def empty_loop: () -> String

This signature was generated using 1 sample from 1 application.

def empty_loop
  @cur_index = -@remaining_arity.begin - DELTA
  @in_sync = false
  'true'
end