Method: Rugged::Repository::Attributes#to_h
- Defined in:
- lib/rugged/attributes.rb
#to_h ⇒ Object
37 38 39 |
# File 'lib/rugged/attributes.rb', line 37 def to_h @hash ||= @repository.fetch_attributes(@path, nil, @load_flags) end |
37 38 39 |
# File 'lib/rugged/attributes.rb', line 37 def to_h @hash ||= @repository.fetch_attributes(@path, nil, @load_flags) end |