# File lib/core/facets/module/to_obj.rb, line 13
  def to_obj
    o = Object.new
    o.extend self
    o
  end