Class: SuperDiff::OperationSequences::Base

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/super_diff/operation_sequences/base.rb

Instance Method Summary collapse

Instance Method Details

#to_diff(indent_level:, add_comma: false, collection_prefix: nil) ⇒ Object

rubocop:disable Lint/UnusedMethodArgument

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/super_diff/operation_sequences/base.rb', line 5

def to_diff(indent_level:, add_comma: false, collection_prefix: nil)
  raise NotImplementedError
end