# File lib/facets/yore/kernel/own.rb, line 7
  def own(&blk)
    (class << self; self; end).module_eval( &blk ) if blk
    return (class << self; self; end)
  end