Sha256: 879fc16d4cf074777233239f68cceb35c8ac7e2f2a1a4d2363885b43b4926241
Contents?: true
Size: 309 Bytes
Versions: 9
Compression:
Stored size: 309 Bytes
Contents
module RailsConnector # @api public class Configuration # @api public module PdfGenerator @@hosts = [] # @api public def self.host_whitelist(*hosts) @@hosts = hosts end def self.host_allowed?(host) @@hosts.include?(host) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems