class Sprockets::DirectiveProcessor

def relative?(path)

def relative?(path)
  path =~ /^\.($|\.?\/)/
end