module A; end module B extend A end module C extend self end module Q module R module S extend A end end end module FromConstant; end FromConstant.extend A