Class: SuperDiff::DiffFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/super_diff/diff_formatter.rb

Instance Method Summary collapse

Instance Method Details

#callObject



14
15
16
17
18
19
20
# File 'lib/super_diff/diff_formatter.rb', line 14

def call
  resolved_class.call(
    operations,
    indent_level: indent_level,
    add_comma: add_comma?,
  )
end