Sha256: f2b484c19115ef32fdf51224a56c648c6e856caf4f70074b72006b0a989aa032
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
class VirtualHost @@configuration = {} def self.set(property, value) @@configuration[property] = value end def self.get(property) @@configuration[property] end def self.delete(property) @@configuration.delete property end def self.raw @@configuration end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zurp-0.1.0 | lib/zurp/virtualhost.rb |