lib/spectus/expectation_target.rb in spectus-2.0.2 vs lib/spectus/expectation_target.rb in spectus-2.0.3

- old
+ new

@@ -3,9 +3,11 @@ require_relative File.join 'requirement_level', 'low' module Spectus # Wraps the target of an expectation. # + # @api private + # # @example # this { stuff } # => ExpectationTarget wrapping the block class ExpectationTarget < BasicObject # Create a new expection target #