module Sorbet::Private::RealStdlib
def self.real_singleton_methods(mod, arg)
def self.real_singleton_methods(mod, arg) @real_singleton_methods ||= Module.instance_method(:singleton_methods) @real_singleton_methods.bind(mod).call(arg) end
def self.real_singleton_methods(mod, arg) @real_singleton_methods ||= Module.instance_method(:singleton_methods) @real_singleton_methods.bind(mod).call(arg) end