Class: SuperDiff::DiffFormatters::Base
- Inherits:
-
Object
- Object
- SuperDiff::DiffFormatters::Base
show all
- Includes:
- ImplementationChecks
- Defined in:
- lib/super_diff/diff_formatters/base.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.applies_to? ⇒ Boolean
4
5
6
|
# File 'lib/super_diff/diff_formatters/base.rb', line 4
def self.applies_to?(*)
raise NotImplementedError
end
|
Instance Method Details
#call ⇒ Object
20
21
22
|
# File 'lib/super_diff/diff_formatters/base.rb', line 20
def call
raise NotImplementedError
end
|