class Pact::IndexNotFound
Public Instance Methods
empty?()
click to toggle source
# File lib/pact/matchers/index_not_found.rb, line 10 def empty? true end
to_s()
click to toggle source
# File lib/pact/matchers/index_not_found.rb, line 6 def to_s "<item not found>" end