class Matchers::BaseMatcher

Public Class Methods

new(expected) click to toggle source
# File lib/pidgin_spec/matchers/base_matcher.rb, line 3
def initialize(expected)
  @expected = expected
end