Class: IRT::Log::BindingHunk

Inherits:
InteractiveHunk show all
Defined in:
lib/irt/hunks.rb

Instance Attribute Summary

Attributes inherited from Hunk

#color, #header

Instance Method Summary collapse

Methods inherited from Hunk

#header_name, #inspect, #last_line_no, #lines_str, #render, #render_header, #render_line

Constructor Details

#initializeBindingHunk

Returns a new instance of BindingHunk.



94
95
96
97
# File 'lib/irt/hunks.rb', line 94

def initialize
  super
  @color = :binding_color
end

Instance Method Details

#add_line(content, line_no) ⇒ Object



99
100
# File 'lib/irt/hunks.rb', line 99

def add_line(content, line_no)
end