class Rugged::Repository::Attributes

def each(&block)

def each(&block)
  to_h.each(&block)
end