# File lib/ruote/exp/condition.rb, line 82
    def self.false?(conditional)

      ( ! true?(conditional))
    end