# File lib/ice_cube/validations/until.rb, line 8
    def until_time
      (arr = @validations[:until]) && (val = arr[0]) && val.time
    end