module Mapping
Released under the MIT License. Copyright, 2017-2025, by Samuel Williams.
Released under the MIT License. Copyright, 2016-2025, by Samuel Williams.
Released under the MIT License. Copyright, 2016-2025, by Samuel Williams.
Constants
- VERSION
Public Class Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/mapping-1.1.3/lib/mapping/descendants.rb, line 7 def self.lookup_descendants(klass) ObjectSpace.each_object(Class).select{|other| other < klass} end