class Pact::UnexpectedIndex

Public Instance Methods

to_s() click to toggle source
# File lib/pact/matchers/unexpected_index.rb, line 6
def to_s
  '<item not to exist>'
end