lib/assay/assertion.rb in assay-0.2.0 vs lib/assay/assertion.rb in assay-0.3.0

- old
+ new

@@ -77,9 +77,10 @@ # def initialize(message=nil, *arguments, &block) message ? super(message % arguments) : super() + @mesg = message # why isn't this in @mesg from super()? @arguments = arguments @block = block #set_arguments options[:arguments] if options[:arguments] #set_negative options[:negated] if options[:negated]