# Namespace for dummy module. module Dummy # Path to dummy root. def self.root @root ||= File.expand_path "../../..", __FILE__ end # Path to application root. def self.app_root @app_root ||= File.expand_path "../..", root end end