require 'facet/kernel/constant'

  name = 'MyModule'
  o = Object.new
  o.extend(constant(name)) 

T.