Class: RCheck::Assertions::Refute

Inherits:
AbstractAssert show all
Defined in:
lib/rcheck/assertions.rb

Instance Attribute Summary

Attributes inherited from Abstract

#result

Instance Method Summary collapse

Methods inherited from Abstract

#debuggers, #inspect

Constructor Details

#initialize(*args) ⇒ Refute

Returns a new instance of Refute.



94
95
96
97
# File 'lib/rcheck/assertions.rb', line 94

def initialize(*args)
  @refute = true
  super
end