module I18n::Utils

def except(hash, *keys)

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

def except: (Hash hash, *Array[Symbol] keys) -> untyped

This signature was generated using 7 samples from 1 application.

def except(hash, *keys)
  hash.except(*keys)
end