class Lookbook::PreviewExample

def find(path)

def find(path)
  all.find { |p| p.lookup_path == path }
end