module Lookbook::PathUtils

def strip_slashes(path)

def strip_slashes(path)
  path.to_s.gsub(/\A\/|\/\z/, "")
end