Sha256: 196fda084b03298c93e0aafff346f6890b1104079822f41e53138e38fa1bffc9
Contents?: true
Size: 497 Bytes
Versions: 48
Compression:
Stored size: 497 Bytes
Contents
module Middleman class PreviewServer # Validate user input class ServerInformationValidator # Validate the input # # @param [ServerInformation] information # The information instance which holds information about the preview # server settings # # @param [Array] checks # A list of checks which should be evaluated def validate(information, checks) checks.each { |c| c.validate information } end end end end
Version data entries
48 entries across 48 versions & 3 rubygems