# File lib/dm-core.rb, line 205
  def self.root
    @root ||= Pathname(__FILE__).dirname.parent.expand_path.freeze
  end