module Sus::BeTruthy

def self.call(assertions, subject)

def self.call(assertions, subject)
	assertions.nested(self) do |assertions|
		assertions.assert(subject, self)
	end
end

def self.print(output)

def self.print(output)
	output.write("be truthy")
end