Class: Must::NegativeExpectation

Inherits:
Expectation show all
Defined in:
lib/ruby_ext/more/must.rb

Instance Method Summary collapse

Methods inherited from Expectation

#be, #initialize, #to_s

Constructor Details

This class inherits a constructor from Must::Expectation

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Must::Expectation

Instance Method Details

#inspectObject



118
# File 'lib/ruby_ext/more/must.rb', line 118

def inspect; "<#Must::NegativeExpectation #{object.inspect}>" end