Method: CuffSert::DiffWithContext#initialize
- Defined in:
- lib/cuffsert/rendering.rb
#initialize(ctx_size: 3, color: false) ⇒ DiffWithContext
Returns a new instance of DiffWithContext.
290 291 292 293 |
# File 'lib/cuffsert/rendering.rb', line 290 def initialize(ctx_size: 3, color: false) @ctx_size = ctx_size @color = color end |