# File lib/ice_cube/validations/until.rb, line 13 def until(time) replace_validations_for(:until, time.nil? ? nil : [Validation.new(time)]) self end