Class: Diff::Display::HeaderLine

Inherits:
Line
  • Object
show all
Defined in:
lib/diff/display/data_structure.rb

Instance Attribute Summary

Attributes inherited from Line

#new_number, #old_number

Instance Method Summary collapse

Methods inherited from Line

add, #expand_inline_changes_with, header, #identifier, #inline_changes?, #inspect, nonewline, rem, #segments, unmod

Constructor Details

#initialize(line) ⇒ HeaderLine

Returns a new instance of HeaderLine.



159
160
161
# File 'lib/diff/display/data_structure.rb', line 159

def initialize(line)
  super(line)
end