Exception: Identikal::Error::InvalidComparisonMethod

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/identikal/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
18
19
# File 'lib/identikal/error.rb', line 15

def to_s
  'Invalid comparision method. ' \
  'Please choose one of these methods: ' \
  "#{Identikal::Compare::COMPARE_METHODS}"
end