Class: Whitestone::Assertion::False

Inherits:
True show all
Defined in:
lib/whitestone/assertion_classes.rb

Overview

class Assertion::True

Instance Method Summary collapse

Methods inherited from True

#initialize, #message

Methods inherited from Base

#block, #initialize, #message

Methods included from Guards

#args_or_block_one_only, #block_required, #no_block_allowed, #one_argument, #two_arguments, #two_or_three_arguments, #type_check

Constructor Details

This class inherits a constructor from Whitestone::Assertion::True

Instance Method Details

#runObject



148
149
150
# File 'lib/whitestone/assertion_classes.rb', line 148

def run
  not super     # False is the _opposite_ of True
end