Object
# File lib/rugged/diff/hunk.rb, line 4 def delta @owner end
# File lib/rugged/diff/hunk.rb, line 8 def inspect "#<#{self.class.name}:#{object_id} {header: #{header.inspect}, count: #{count.inspect}}>" end
Returns an Array containing all lines of the hunk.
# File lib/rugged/diff/hunk.rb, line 13 def lines each_line.to_a end
[Validate]
Generated with the Darkfish Rdoc Generator 2.