class Comparator::CompareArray::ArrayInitializeError

Public Instance Methods

message() click to toggle source
# File lib/comparator/array.rb, line 5
def message
  "Pass more than one array"
end