Class: RCheck::Assertions::Assert

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) ⇒ Assert

TODO: use self.is_a? instead



87
88
89
90
# File 'lib/rcheck/assertions.rb', line 87

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