Class: SuperDiff::Core::AbstractOperationTreeFlattener

Inherits:
Object
  • Object
show all
Includes:
ImplementationChecks
Defined in:
lib/super_diff/core/abstract_operation_tree_flattener.rb

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
# File 'lib/super_diff/core/abstract_operation_tree_flattener.rb', line 11

def call
  beginning_lines + middle_lines + ending_lines
end