require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'fathom')) require 'uuid' module Fathom module EnforcedName def initialize(opts={}) super(opts) @name ||= UUID.generate end end end