Method: Rugged::Diff::Hunk#inspect
- Defined in:
- lib/rugged/diff/hunk.rb
permalink #inspect ⇒ Object
[View source]
13 14 15 |
# File 'lib/rugged/diff/hunk.rb', line 13 def inspect "#<#{self.class.name}:#{object_id} {header: #{header.inspect}, count: #{count.inspect}}>" end |