module Lookbook::Utils
def to_lookup_path(path)
def to_lookup_path(path) path.split("/").map { |segment| remove_position_prefix(segment) }.join("/") end
def to_lookup_path(path) path.split("/").map { |segment| remove_position_prefix(segment) }.join("/") end