class Rugged::Repository

def attributes(path, options = {})

def attributes(path, options = {})
  Attributes.new(self, path, options)
end