Class: Must

Inherits:
MustAssertions show all
Defined in:
lib/ruby_ext/core/must.rb

Instance Attribute Summary

Attributes inherited from MustAssertions

#obj

Instance Method Summary collapse

Methods inherited from MustAssertions

#<, #<=, #==, #=~, #>, #>=, #a, assertions, #be, #blank, #defined, #empty, #exist, #false, #have, #in, #include, #initialize, #never_called, #nil, #present, #respond_to, #true

Constructor Details

This class inherits a constructor from MustAssertions

Instance Method Details

#inspectObject



155
156
157
# File 'lib/ruby_ext/core/must.rb', line 155

def inspect
  "<#Must>"
end