class Rugged::Repository::Attributes

def initialize(repository, path, options = {})

def initialize(repository, path, options = {})
  @repository = repository
  @path = path
  @load_flags = Attributes.parse_opts(options)
end