class Thor::Options
def peek
Experimental RBS support (using type sampling data from the type_fusion
project).
def peek: () -> String
This signature was generated using 3 samples from 1 application.
def peek return super unless @parsing_options result = super if result == OPTS_END shift @parsing_options = false @stopped_parsing_after_extra_index ||= @extra.size super else result end end