Method: Rugged::Repository#attributes
- Defined in:
- lib/rugged/attributes.rb
permalink #attributes(path, options = {}) ⇒ Object
[View source]
8 9 10 |
# File 'lib/rugged/attributes.rb', line 8 def attributes(path, = {}) Attributes.new(self, path, ) end |