class Syntropy::App
def initialize(src_path, mount_path)
def initialize(src_path, mount_path) @src_path = src_path @mount_path = mount_path @route_cache = {} @relative_path_re = calculate_relative_path_re(mount_path) end
def initialize(src_path, mount_path) @src_path = src_path @mount_path = mount_path @route_cache = {} @relative_path_re = calculate_relative_path_re(mount_path) end