module T::Sig::WithoutRuntime
def self.sig(arg0=nil, &blk); end
At runtime, does nothing, but statically it is treated exactly the same
def self.sig(arg0=nil, &blk); end
def self.sig(arg0=nil, &blk); end # rubocop:disable Lint/DuplicateMethods
def self.sig(arg0=nil, &blk); end # rubocop:disable Lint/DuplicateMethods