module RBS::Prototype::Runtime::Reflection
Public Class Methods
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/prototype/runtime/reflection.rb, line 12 def self.constants_of(mod, inherit = true) @constants_of ||= Module.instance_method(:constants) @constants_of.bind_call(mod, inherit) end