3 4 5
# File 'lib/mustard/object_extension.rb', line 3 def must Must.new(self) end
7 8 9
# File 'lib/mustard/object_extension.rb', line 7 def must_not Must.new(self, true) end