This module can be used to extend another module/class. It generates symbols for every missing constant under the namespace of this module/class.
Returns a symbol (id) for every missing constant named id.
# File lib/tins/dslkit.rb, line 274 def const_missing(id) id end