class RSpec::Expectations::ExpectationTarget

def initialize(value)

Other tags:
    Api: - private
def initialize(value)
  @target = value
end