Method: Rugged::Repository#attributes

Defined in:
lib/rugged/attributes.rb

#attributes(path, options = {}) ⇒ Object

[View source]

8
9
10
# File 'lib/rugged/attributes.rb', line 8

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