require 'quarry/assertion' class Object alias_method :must, :assert alias_method :must!, :assert! alias_method :must_not, :assert! end