Method: Rugged::Repository#references
- Defined in:
- lib/rugged/repository.rb
permalink #references ⇒ Object
[View source]
181 182 183 |
# File 'lib/rugged/repository.rb', line 181 def references @references ||= ReferenceCollection.new(self) end |