Method: Rugged::Repository::Attributes#each
- Defined in:
- lib/rugged/attributes.rb
#each(&block) ⇒ Object
41 42 43 |
# File 'lib/rugged/attributes.rb', line 41 def each(&block) to_h.each(&block) end |
41 42 43 |
# File 'lib/rugged/attributes.rb', line 41 def each(&block) to_h.each(&block) end |