class Reline::Config
def editing_mode_is?(*val)
Experimental RBS support (using type sampling data from the type_fusion
project).
def editing_mode_is?: (*Array[Symbol] val) -> bool
This signature was generated using 3 samples from 1 application.
def editing_mode_is?(*val) val.any?(@editing_mode_label) end