Class: SuperDiff::OperationTreeFlatteners::Base
- Inherits:
-
Object
- Object
- SuperDiff::OperationTreeFlatteners::Base
- Includes:
- ImplementationChecks
- Defined in:
- lib/super_diff/operation_tree_flatteners/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/super_diff/operation_tree_flatteners/base.rb', line 9 def call beginning_lines + middle_lines + ending_lines end |