Class: Rugged::Diff
- Inherits:
-
Object
- Object
- Rugged::Diff
- Defined in:
- lib/pronto/rugged/diff.rb,
lib/pronto/rugged/diff/line.rb,
lib/pronto/rugged/diff/delta.rb,
lib/pronto/rugged/diff/patch.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#owner ⇒ Object
(also: #tree)
readonly
Returns the value of attribute owner.
Instance Attribute Details
#owner ⇒ Object (readonly) Also known as: tree
Returns the value of attribute owner.
3 4 5 |
# File 'lib/pronto/rugged/diff.rb', line 3 def owner @owner end |