module Sorbet::Private::RealStdlib
def self.real_constants(mod)
def self.real_constants(mod) @real_constants ||= Module.instance_method(:constants) @real_constants.bind(mod).call(false) end
def self.real_constants(mod) @real_constants ||= Module.instance_method(:constants) @real_constants.bind(mod).call(false) end