module Middleman::Util

def strip_leading_slash(path)

def strip_leading_slash(path)
  path.sub(%r{^/}, '')
end